summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/bits/errno.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2001-05-22 14:36:19 +0000
committerDavid Schleef <ds@schleef.org>2001-05-22 14:36:19 +0000
commitd2c9f24fe0a6e73247c827d54b8c2189b61c4ea2 (patch)
tree3e351d506328f995a6fc84cb574f4c38535ba6c4 /libc/sysdeps/linux/mips/bits/errno.h
parent665ce29c84a830259683fdb58c76da7efc00f890 (diff)
Header cleanups to fix compilation. Mostly a hack, pending figuring
out the best way to do some things.
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/errno.h')
-rw-r--r--libc/sysdeps/linux/mips/bits/errno.h2
1 files changed, 1 insertions, 1 deletions
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. */