From d94a4670800de6e8f088b8630ad5142866127980 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 26 Feb 2012 21:32:56 -0500 Subject: Add first fixes for conformtest for POSIX2008 --- sysdeps/unix/sysv/linux/sparc/bits/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/sparc/bits') diff --git a/sysdeps/unix/sysv/linux/sparc/bits/socket.h b/sysdeps/unix/sysv/linux/sparc/bits/socket.h index e1fb9416e4..221009e796 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/socket.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/socket.h @@ -422,6 +422,7 @@ struct linger __BEGIN_DECLS +#ifdef __USE_GNU /* Receive a message as described by MESSAGE from socket FD. Returns the number of bytes read or -1 for errors. @@ -430,6 +431,7 @@ __BEGIN_DECLS extern int recvmmsg (int __fd, struct mmsghdr *__vmessages, unsigned int __vlen, int __flags, const struct timespec *__tmo); +#endif __END_DECLS -- cgit 1.4.1