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
aio: Remove support for BROKEN_THREAD_SIGNALS
[glibc.git]
/
include
/
sys
/
prctl.h
blob
0920ed642b43bbc6b462e1d7a66ae59455c84bda
1
#ifndef _SYS_PRCTL_H
2
#include_next <sys/prctl.h>
3
4
# ifndef _ISOMAC
5
6
extern
int
__prctl
(
int
__option
, ...);
7
8
# endif
/* !_ISOMAC */
9
#endif