aboutsummaryrefslogtreecommitdiff
path: root/posix/unistd.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-11-26 22:53:40 +0000
committerUlrich Drepper <drepper@redhat.com>2007-11-26 22:53:40 +0000
commit6701afc727cb01bb2eff89f4ae5e56ba9eb721bc (patch)
tree21129713e94ce949efda32cb8cc7af9c1e7e32c8 /posix/unistd.h
parenta912a4f843365603e941093181f419a59bc2a37d (diff)
downloadglibc-6701afc727cb01bb2eff89f4ae5e56ba9eb721bc.zip
glibc-6701afc727cb01bb2eff89f4ae5e56ba9eb721bc.tar.gz
glibc-6701afc727cb01bb2eff89f4ae5e56ba9eb721bc.tar.bz2
* posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
Diffstat (limited to 'posix/unistd.h')
-rw-r--r--posix/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/unistd.h b/posix/unistd.h
index 16dae00..01ac3f8 100644
--- a/posix/unistd.h
+++ b/posix/unistd.h
@@ -915,7 +915,7 @@ extern char *getpass (__const char *__prompt) __nonnull ((1));
#endif /* Use BSD || X/Open. */
-#if defined __USE_BSD || defined __USE_XOPEN || defined __USE_UNIX98
+#if defined __USE_BSD || defined __USE_XOPEN || defined __USE_XOPEN2K
/* Make all changes done to FD actually appear on disk.
This function is a cancellation point and therefore not marked with