diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:36:15 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:36:15 +0100 |
commit | 683964b3eb5b37cb9e67a52d9650b5ba2785893c (patch) | |
tree | 8bd5f687603961bb26ece0621b1e8a711279778e /FICS/stdinclude.h | |
parent | 4e66fbe58f16abb5b8179f6d11a082532aaab8dc (diff) |
Deleted ifdef
Diffstat (limited to 'FICS/stdinclude.h')
-rw-r--r-- | FICS/stdinclude.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h index dc2f483..b41870e 100644 --- a/FICS/stdinclude.h +++ b/FICS/stdinclude.h @@ -139,17 +139,5 @@ extern int rand(void); extern int close(int); extern size_t malloc_size(void *ptr); -#ifdef __STDC__ -/* extern fcntl(int fildes, int cmd, ...); */ -/* extern open(char *path, int oflag, ...); */ -/* extern int ioctl(int, long, ...); */ - -#else - extern fcntl(); - extern open(); - extern int ioctl(); - -#endif /* __STDC__ */ - #endif /* _STDINCLUDE_H */ |