Add IP_PROTOCOL from Linux 6.4 to bits/in.h
[glibc.git] / include / sys / ioctl.h
blobdd7c3c7c9cabaa12403c4b987f88eb327f1b9d06
1 #ifndef _SYS_IOCTL_H
2 #include <misc/sys/ioctl.h>
4 # ifndef _ISOMAC
6 /* Now define the internal interfaces. */
7 extern int __ioctl (int __fd, unsigned long int __request, ...);
8 libc_hidden_proto (__ioctl)
10 # endif /* !_ISOMAC */
11 #endif