Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posix sources need _POSIX_C_SOURCE set when built with c99 #39

Open
uucidl opened this issue Jun 12, 2022 · 0 comments
Open

posix sources need _POSIX_C_SOURCE set when built with c99 #39

uucidl opened this issue Jun 12, 2022 · 0 comments

Comments

@uucidl
Copy link
Owner

uucidl commented Jun 12, 2022

With gcc, when building spdr_linux_unit.c with c99, certain types like timespec won´t be exposed. We want at the top of the unit file:

// for instance
#define _POSIX_C_SOURCE 200112L 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant