From 4e171958a17424ca70408ec92a5ca749c09f9b1e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 16 Apr 2011 02:25:53 +0200 Subject: pause.c: no need for __UCLIBC_HIDE_DEPRECATED__, the code does not use old functions Remove syscall.h as well, not needed anymore. Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/pause.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/common/pause.c') diff --git a/libc/sysdeps/linux/common/pause.c b/libc/sysdeps/linux/common/pause.c index ab16fa73c..a77c4d581 100644 --- a/libc/sysdeps/linux/common/pause.c +++ b/libc/sysdeps/linux/common/pause.c @@ -7,8 +7,8 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#define __UCLIBC_HIDE_DEPRECATED__ -#include +#define __need_NULL +#include #include #ifdef __UCLIBC_HAS_THREADS_NATIVE__ -- cgit v1.2.3