#endif
-#if defined(_POSIX_THREAD_SAFE_FUNCTIONS) || defined(_REENTRANT)
-
extern char * asctime_r __P((__const struct tm *, char *));
extern char * ctime_r __P((__const time_t *, char *));
extern struct tm* gmtime_r __P((__const time_t *, struct tm *));
extern struct tm* localtime_r __P((__const time_t *, struct tm *));
-#endif
-
struct timespec;
/* IEEE Std 1003.1b-1993. */
#ifndef _UNISTD_H
#define _UNISTD_H 1
+#include <errno.h>
#include <features.h>
+#include <sys/types.h>
+#include <asm/unistd.h>
__BEGIN_DECLS
*/
#include <bits/posix_opt.h>
+/* At this time, we don't do pthreads... Sorry... */
+#undef _POSIX_THREADS
/* Get the environment definitions from Unix98. */
#ifdef __USE_UNIX98