diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/pause.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/pause.c b/libc/sysdeps/linux/common/pause.c index f26dbe664..26fd72bf8 100644 --- a/libc/sysdeps/linux/common/pause.c +++ b/libc/sysdeps/linux/common/pause.c @@ -7,6 +7,7 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ +#define __UCLIBC_HIDE_DEPRECATED__ #include "syscalls.h" #include <unistd.h> |