aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/stdinclude.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/stdinclude.h')
-rw-r--r--FICS/stdinclude.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h
index 4994c8e..22ae2ec 100644
--- a/FICS/stdinclude.h
+++ b/FICS/stdinclude.h
@@ -100,9 +100,6 @@
#include <sys/ioctl.h>
#include <sys/wait.h>
-extern time_t time(time_t *);
-extern int rand(void);
-extern int close(int);
-extern size_t malloc_size(void *ptr);
+extern size_t malloc_size(void *ptr); /* XXX */
#endif /* _STDINCLUDE_H */