diff options
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 71b2a0f461b..37e7dfbaf9c 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -94,12 +94,6 @@ extern int etext; | |||
| 94 | extern unsigned start __asm__ ("start"); | 94 | extern unsigned start __asm__ ("start"); |
| 95 | #endif | 95 | #endif |
| 96 | 96 | ||
| 97 | #ifndef USE_CRT_DLL | ||
| 98 | #ifndef errno | ||
| 99 | extern int errno; | ||
| 100 | #endif | ||
| 101 | #endif | ||
| 102 | |||
| 103 | #include <sys/file.h> | 97 | #include <sys/file.h> |
| 104 | 98 | ||
| 105 | #ifdef HAVE_FCNTL_H | 99 | #ifdef HAVE_FCNTL_H |