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
Fix build errors with -DNDEBUG.
[glibc.git]
/
include
/
sys
/
ioctl.h
blob
ebadd526b9f960ab2341b1300b22f0d0b7ecb5df
1
#ifndef _SYS_IOCTL_H
2
#include <misc/sys/ioctl.h>
3
4
/* Now define the internal interfaces. */
5
extern
int
__ioctl
(
int
__fd
,
unsigned long int
__request
, ...);
6
#endif