diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:34:07 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:34:07 +0100 |
commit | 4e66fbe58f16abb5b8179f6d11a082532aaab8dc (patch) | |
tree | 9cb7daad9d7c43e12f369d6ad43e9f71628607e6 /FICS/stdinclude.h | |
parent | df64244935e4482966898e1913d7b88df9995067 (diff) |
Deleted lines
Diffstat (limited to 'FICS/stdinclude.h')
-rw-r--r-- | FICS/stdinclude.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h index 7359767..dc2f483 100644 --- a/FICS/stdinclude.h +++ b/FICS/stdinclude.h @@ -150,25 +150,6 @@ extern size_t malloc_size(void *ptr); extern int ioctl(); #endif /* __STDC__ */ -/* extern void *malloc(unsigned int size); */ -/* extern void *calloc(unsigned int num, unsigned int size); */ -/* extern void *realloc(void *addr, unsigned int size); */ -/* extern void free(void *data); */ -/* extern void malloc_good_size(unsigned int size); */ -/* extern int link(); */ -/* extern int unlink(); */ -/* extern int rename(); */ -/* extern int getpid(); */ -/* extern int kill(); */ -/* extern int fork(); */ -/* extern int access(); */ -/* extern int getdtablesize(); */ -/* extern int write(); */ -#if !defined(SYSTEM_ULTRIX) -/* extern int sleep(); */ -/* extern int getuid(); */ -extern int statfs(); -#endif #endif /* _STDINCLUDE_H */ |