From bed3e178c5a3dc939aa0b71dcdd5262e48309ac2 Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Sat, 12 Mar 2005 19:13:41 +0000 Subject: - added externs to keep gcc quiet about implicit declaration of 3 functions --- libc/sysdeps/linux/common/ssp.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/sysdeps/linux/common/ssp.c') diff --git a/libc/sysdeps/linux/common/ssp.c b/libc/sysdeps/linux/common/ssp.c index 004a42b28..ecfc67e5e 100644 --- a/libc/sysdeps/linux/common/ssp.c +++ b/libc/sysdeps/linux/common/ssp.c @@ -41,6 +41,11 @@ #define SSP_SIGTYPE SIGABRT #endif +/* prototypes */ +extern int __libc_open (__const char *file, int oflag, mode_t mode); +extern ssize_t __libc_read(int fd, void *buf, size_t count); +extern int __libc_close (int fd); + unsigned long __guard = 0UL; void __guard_setup(void) __attribute__ ((constructor)); -- cgit v1.2.3