repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posix_spawn_faction_addopen: Add missing string.h include directive
[glibc.git]
/
nptl
/
sysdeps
/
unix
/
sysv
/
linux
/
sleep.c
blob
2dce3210ca0537be0a96ab8e0dbb8f298de03073
1
/* We want an #include_next, but we are the main source file.
2
So, #include ourselves and in that incarnation we can use #include_next. */
3
#ifndef INCLUDED_SELF
4
# define INCLUDED_SELF
5
# include <sleep.c>
6
#else
7
/* This defines the CANCELLATION_P macro, which sleep.c checks for. */
8
# include <pthreadP.h>
9
# include_next <sleep.c>
10
#endif