diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-26 12:53:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-26 12:53:17 +0000 |
commit | ae4287f8b28853c6c51b5b5aae5807d23730d1d5 (patch) | |
tree | 0b9f9d116b4cdbfdd844e737ddd1d31b7cb4a2f4 /nscd/cache.c | |
parent | memory allocation failed. (diff) | |
download | glibc-ae4287f8b28853c6c51b5b5aae5807d23730d1d5.tar.gz glibc-ae4287f8b28853c6c51b5b5aae5807d23730d1d5.tar.bz2 glibc-ae4287f8b28853c6c51b5b5aae5807d23730d1d5.zip |
Declare fsync also for Unix98.
2007-11-26 Ulrich Drepper <drepper@redhat.com>
* posix/unistd.h: Declare fsync also for Unix98.
Diffstat (limited to 'nscd/cache.c')
-rw-r--r-- | nscd/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/cache.c b/nscd/cache.c index 4065dacbad..12c4f01e40 100644 --- a/nscd/cache.c +++ b/nscd/cache.c @@ -488,7 +488,7 @@ prune_cache (struct database_dyn *table, time_t now, int fd) } } - if (__builtin_expect (mark_use_alloca, 0)) + if (__builtin_expect (! mark_use_alloca, 0)) free (mark); /* Run garbage collection if any entry has been removed or replaced. */ |