summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/bits/errno.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-19 14:42:48 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-19 14:42:48 +0000
commitedfe725171b053c01218336eb30e3e3dcc997916 (patch)
tree12e79ee8e23ecc3112f6f163f01455bce67d28b3 /libc/sysdeps/linux/arm/bits/errno.h
parent99a6ee4b85e3be653e2801f61d171763e1fa6015 (diff)
Remove all the __THROW macros
Diffstat (limited to 'libc/sysdeps/linux/arm/bits/errno.h')
-rw-r--r--libc/sysdeps/linux/arm/bits/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/bits/errno.h b/libc/sysdeps/linux/arm/bits/errno.h
index 6bfd44e0c..0c33c9c0a 100644
--- a/libc/sysdeps/linux/arm/bits/errno.h
+++ b/libc/sysdeps/linux/arm/bits/errno.h
@@ -36,7 +36,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) __attribute__ ((__const__));
# if defined _LIBC
/* We wouldn't need a special macro anymore but it is history. */