From c836f1ad544d4b57dd1b93c480b7e625f24fb147 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 27 Nov 2008 14:38:34 +0000 Subject: Synch with trunk @ 24160 Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others. --- libc/sysdeps/linux/mips/bits/socket.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libc/sysdeps/linux/mips/bits/socket.h') diff --git a/libc/sysdeps/linux/mips/bits/socket.h b/libc/sysdeps/linux/mips/bits/socket.h index c43a4cd2e..0860b4d38 100644 --- a/libc/sysdeps/linux/mips/bits/socket.h +++ b/libc/sysdeps/linux/mips/bits/socket.h @@ -315,7 +315,13 @@ struct ucred }; /* Get socket manipulation related informations from kernel headers. */ +#ifndef __GLIBC__ +#define __GLIBC__ 2 #include +#undef __GLIBC__ +#else +#include +#endif /* Structure used to manipulate the SO_LINGER option. */ -- cgit v1.2.3