From f87c7bd4133a2b3ad9b45c32fab33d167a348c4b Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 18 Nov 2005 03:14:53 +0000 Subject: Massive merge from trunk. --- libc/stdio/_wcommit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/_wcommit.c') diff --git a/libc/stdio/_wcommit.c b/libc/stdio/_wcommit.c index 71720e83f..a0b3219b1 100644 --- a/libc/stdio/_wcommit.c +++ b/libc/stdio/_wcommit.c @@ -14,7 +14,7 @@ * Side effects are those of _stdio_WRITE */ -size_t __stdio_wcommit(register FILE * __restrict stream) +size_t attribute_hidden __stdio_wcommit(register FILE * __restrict stream) { size_t bufsize; -- cgit v1.2.3