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
stdio-common: Fix C23-ism in formatted output specifier tests [BZ #32360]
[glibc.git]
/
include
/
sys
/
ioctl.h
blob
dd7c3c7c9cabaa12403c4b987f88eb327f1b9d06
1
#ifndef _SYS_IOCTL_H
2
#include <misc/sys/ioctl.h>
3
4
# ifndef _ISOMAC
5
6
/* Now define the internal interfaces. */
7
extern
int
__ioctl
(
int
__fd
,
unsigned long int
__request
, ...);
8
libc_hidden_proto
(
__ioctl
)
9
10
# endif
/* !_ISOMAC */
11
#endif