diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 23:00:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 23:00:55 +0000 |
commit | 70d37cb4afa78201a9ec23df6792c64f4078c5a8 (patch) | |
tree | d801ee5cd5e021fee83b05321c68d47d4a34c545 /libc/sysdeps/linux | |
parent | 1ad608ee1614eb90e4236a39595be4f28c9c2901 (diff) |
disable deprecated warnings for some files
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> |