From 0155a7737f5653e07015421b962b70fd8831c4ad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Nov 1998 15:42:34 +0000 Subject: Update. 1998-11-25 Ulrich Drepper * version.h (VERSION): Bump to 2.0.104. 1998-11-25 Mark Kettenis * libio/bits/stdio.h (fread_unlocked): Add missing parentheses around parameter n. 1998-11-24 Andreas Schwab * time/tzfile.c (__tzfile_read): Fix comment. 1998-11-24 Andreas Schwab * Makerules (build-shlib): Pass -O1 down to linker to get optimized shared libraries. 1998-11-24 Andreas Schwab * Makeconfig ($(common-objpfx)sysd-dirs): Cope with no Subdirs file. Strip "-" from inhibited subdir name. Combine into a single awk program. ($(common-objpfx)sysd-sorted): Fix sed command. --- libio/bits/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio') diff --git a/libio/bits/stdio.h b/libio/bits/stdio.h index 8a15c6e6a6..d698132558 100644 --- a/libio/bits/stdio.h +++ b/libio/bits/stdio.h @@ -144,7 +144,7 @@ ferror_unlocked (FILE *__stream) __THROW || (__builtin_constant_p (n) && (n) == 0)) \ /* Evaluate all parameters once. */ \ ? ((void) (ptr), (void) (stream), (void) (size), \ - (void) n, 0) \ + (void) (n), 0) \ : fread_unlocked (ptr, size, n, stream)))) # define fwrite_unlocked(ptr, size, n, stream) \ -- cgit 1.4.1