Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jens Gustedt
P99 - macros and functions for C99
Commits
d33066e7
Commit
d33066e7
authored
Jul 24, 2014
by
Jens Gustedt
Browse files
unistd.h is needed to obtain the syscall interface
parent
7665ce68
Changes
1
Hide whitespace changes
Inline
Side-by-side
p99/p99_futex_linux.h
View file @
d33066e7
...
...
@@ -41,6 +41,7 @@
# define FUTEX_REQUEUE 3
# define FUTEX_CMP_REQUEUE 4
# endif
# include <unistd.h>
# include <sys/syscall.h>
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment