diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-09 15:27:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-09 15:27:41 +0000 |
commit | bfcd44c39909d7542ed8b95529829ffcfb569918 (patch) | |
tree | 824f8a64459bb9b11817ae7994e04731043bb291 /posix/unistd.h | |
parent | e918a7feebf850a139d894db559f0bd5b5fec32d (diff) | |
download | glibc-bfcd44c39909d7542ed8b95529829ffcfb569918.tar glibc-bfcd44c39909d7542ed8b95529829ffcfb569918.tar.gz glibc-bfcd44c39909d7542ed8b95529829ffcfb569918.tar.bz2 glibc-bfcd44c39909d7542ed8b95529829ffcfb569918.zip |
Update.
1998-07-09 Ulrich Drepper <drepper@cygnus.com>
* posix/unistd.h: Simplify #ifdefs.
* libio/libio.h: Undo last change due to possible C++ problems.
* libio/fileops.h: Likewise.
Diffstat (limited to 'posix/unistd.h')
-rw-r--r-- | posix/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |