-/* Copyright (C) 1991, 92, 94, 95, 96, 97 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 92, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
#include <features.h>
+#define __need_size_t
+#include <stddef.h>
+
/* Convenience types. */
typedef unsigned char __u_char;
typedef unsigned short int __u_short;
typedef long int __clock_t;
typedef int __key_t; /* Type of a SYSV IPC key. */
+/* Used in `struct shmid_ds'. */
+typedef int __ipc_pid_t;
+
/* One element in the file descriptor mask array. */
typedef unsigned long int __fd_mask;
__fd_mask fds_bits[__FD_SETSIZE / __NFDBITS];
} __fd_set;
+/* Used in XTI. */
+typedef int __t_scalar_t;
+typedef unsigned int __t_uscalar_t;
+
+
+/* Now add the thread types. */
+#include <bits/pthreadtypes.h>
+
#endif /* bits/types.h */