diff options
Diffstat (limited to 'libc/sysdeps/linux/m68k/errno.c')
-rw-r--r-- | libc/sysdeps/linux/m68k/errno.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/sysdeps/linux/m68k/errno.c b/libc/sysdeps/linux/m68k/errno.c deleted file mode 100644 index 7c46530d9..000000000 --- a/libc/sysdeps/linux/m68k/errno.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <errno.h> - -int errno = 0; - -int * -__errno_location ( void ) -{ - return &errno; -} |