Explorar o código

types.h: remove __ipc_pid_t

Remove __ipc_pid_t, not needed internally,
we do not support pre glibc-2.2 version of shmid_ds structure.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger %!s(int64=14) %!d(string=hai) anos
pai
achega
117fbd4310
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      libc/sysdeps/linux/common/bits/types.h

+ 0 - 5
libc/sysdeps/linux/common/bits/types.h

@@ -200,11 +200,6 @@ __STD_TYPE __U32_TYPE __socklen_t;
 
 #undef __STD_TYPE
 
-#ifdef _LIBC
-/* 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)
 # include <bits/pthreadtypes.h>