From 705ce36d85df6a6ab0f881a89797a5a88bd0422a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 16 Jan 2001 10:06:27 +0000 Subject: Added common handling of errno. --- libc/sysdeps/linux/m68k/errno.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 libc/sysdeps/linux/m68k/errno.c (limited to 'libc/sysdeps/linux/m68k/errno.c') 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 - -int errno = 0; - -int * -__errno_location ( void ) -{ - return &errno; -} -- cgit v1.2.3