diff options
Diffstat (limited to 'src/ecrt0.c')
| -rw-r--r-- | src/ecrt0.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ecrt0.c b/src/ecrt0.c index 7dbbd6c5ef1..40549884935 100644 --- a/src/ecrt0.c +++ b/src/ecrt0.c | |||
| @@ -59,10 +59,6 @@ And always: | |||
| 59 | 59 | ||
| 60 | int data_start = 0; | 60 | int data_start = 0; |
| 61 | 61 | ||
| 62 | #ifdef NEED_ERRNO | ||
| 63 | int errno; | ||
| 64 | #endif | ||
| 65 | |||
| 66 | #ifndef MSDOS | 62 | #ifndef MSDOS |
| 67 | char **environ; | 63 | char **environ; |
| 68 | #endif | 64 | #endif |