From 13433395f2fd808006cd07b05b79cae193c6ecb9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jun 2010 19:22:42 +0200 Subject: silence some warnings about missing prototypes Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/pause.c | 1 + 1 file changed, 1 insertion(+) (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 132ffa856..33eb409c6 100644 --- a/libc/sysdeps/linux/common/pause.c +++ b/libc/sysdeps/linux/common/pause.c @@ -19,6 +19,7 @@ /* Suspend the process until a signal arrives. This always returns -1 and sets errno to EINTR. */ +extern __typeof(pause) __libc_pause; int __libc_pause (void) { -- cgit v1.2.3