From e8c6de1939e1f8a2898a0e53134fa175560b9469 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 18 Nov 2008 01:09:55 +0000 Subject: libc_hidden_proto removal, just a few functions --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index f981d2116..bf94fe4fc 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -316,6 +316,7 @@ extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence) This function is a cancellation point and therefore not marked with __THROW. */ extern int close (int __fd); +libc_hidden_proto(close) /* Read NBYTES into BUF from FD. Return the number read, -1 for errors or 0 for EOF. -- cgit v1.2.3