diff options
Diffstat (limited to 'misc/ioctl.c')
-rw-r--r-- | misc/ioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/ioctl.c b/misc/ioctl.c index 9b90102544..7e1c8cc4d7 100644 --- a/misc/ioctl.c +++ b/misc/ioctl.c @@ -28,4 +28,5 @@ __ioctl (int fd, unsigned long int request, ...) } stub_warning (ioctl) +libc_hidden_def (__ioctl) weak_alias (__ioctl, ioctl) |