summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/sysdeps/linux/common/ssp.c5
1 files changed, 5 insertions, 0 deletions
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));