From d2c9f24fe0a6e73247c827d54b8c2189b61c4ea2 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 22 May 2001 14:36:19 +0000 Subject: Header cleanups to fix compilation. Mostly a hack, pending figuring out the best way to do some things. --- libc/sysdeps/linux/mips/bits/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/mips/bits/errno.h') diff --git a/libc/sysdeps/linux/mips/bits/errno.h b/libc/sysdeps/linux/mips/bits/errno.h index c45829a18..e0c1dc5c6 100644 --- a/libc/sysdeps/linux/mips/bits/errno.h +++ b/libc/sysdeps/linux/mips/bits/errno.h @@ -32,7 +32,7 @@ extern int errno; /* Function to get address of global `errno' variable. */ -extern int *__errno_location (void) __THROW __attribute__ ((__const__)); +extern int *__errno_location (void); # if defined _LIBC /* We wouldn't need a special macro anymore but it is history. */ -- cgit v1.2.3