diff options
Diffstat (limited to 'libio/ioseekoff.c')
-rw-r--r-- | libio/ioseekoff.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libio/ioseekoff.c b/libio/ioseekoff.c index 425c020c51..e06b066a6f 100644 --- a/libio/ioseekoff.c +++ b/libio/ioseekoff.c @@ -27,12 +27,6 @@ #include <stdlib.h> #include <libioP.h> #include <errno.h> -#ifndef errno -extern int errno; -#endif -#ifndef __set_errno -# define __set_errno(Val) errno = (Val) -#endif _IO_off64_t _IO_seekoff_unlocked (_IO_FILE *fp, _IO_off64_t offset, int dir, int mode) |