diff options
Diffstat (limited to 'include/sys/ioctl.h')
-rw-r--r-- | include/sys/ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/ioctl.h b/include/sys/ioctl.h index bfc6909dbc..dd7c3c7c9c 100644 --- a/include/sys/ioctl.h +++ b/include/sys/ioctl.h @@ -5,6 +5,7 @@ /* Now define the internal interfaces. */ extern int __ioctl (int __fd, unsigned long int __request, ...); +libc_hidden_proto (__ioctl) # endif /* !_ISOMAC */ #endif |