From bfcd44c39909d7542ed8b95529829ffcfb569918 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Jul 1998 15:27:41 +0000 Subject: Update. 1998-07-09 Ulrich Drepper * posix/unistd.h: Simplify #ifdefs. * libio/libio.h: Undo last change due to possible C++ problems. * libio/fileops.h: Likewise. --- posix/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix') diff --git a/posix/unistd.h b/posix/unistd.h index d56c56d45a..5f6067370e 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -1070,7 +1070,7 @@ extern int rename __P ((__const char *__old, __const char *__new)); #endif -#if defined __USE_POSIX199309 || defined __USE_UNIX98 +#ifdef __USE_POSIX199309 /* This function is only available if the system has POSIX threads. */ /* Install handlers to be called when a new process is created with FORK. -- cgit v1.2.3