From fa28fa191177b769a621f22f141d3d7515737b40 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 21 Jan 2009 22:21:40 +0000 Subject: - remove unavailable functionality upon request (Peter Mazinger) --- libc/sysdeps/linux/common/bits/types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/bits/types.h b/libc/sysdeps/linux/common/bits/types.h index 755af2ec9..141db43d3 100644 --- a/libc/sysdeps/linux/common/bits/types.h +++ b/libc/sysdeps/linux/common/bits/types.h @@ -29,7 +29,9 @@ #define __need_size_t #include +#ifdef UCLIBC_INTERNAL #include +#endif /* Convenience types. */ typedef unsigned char __u_char; @@ -198,8 +200,10 @@ __STD_TYPE __U32_TYPE __socklen_t; #undef __STD_TYPE +#ifdef UCLIBC_INTERNAL /* Used in `struct shmid_ds'. */ typedef __kernel_ipc_pid_t __ipc_pid_t; +#endif /* Now add the thread types. */ #if defined __UCLIBC_HAS_THREADS__ && (defined __USE_POSIX199506 || defined __USE_UNIX98) -- cgit v1.2.3