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
function if it is not defined. Add some necessary casts.
[glibc.git]
/
include
/
sys
/
prctl.h
blob
316f454c1c62c0702c034e423aca8cafa131cb34
1
#ifndef _SYS_PRCTL_H
2
#include_next <sys/prctl.h>
3
4
extern
int
__prctl
(
int
__option
, ...);
5
6
#endif