diff options
Diffstat (limited to 'sysdeps/standalone/arm/bits/errno.h')
-rw-r--r-- | sysdeps/standalone/arm/bits/errno.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/standalone/arm/bits/errno.h b/sysdeps/standalone/arm/bits/errno.h index d7db91db89..8e10754330 100644 --- a/sysdeps/standalone/arm/bits/errno.h +++ b/sysdeps/standalone/arm/bits/errno.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1994, 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1991,1994,1996,1997,1998,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -62,4 +62,4 @@ /* Function to get address of global `errno' variable. */ -extern int *__errno_location __P ((void)) __attribute__ ((__const__)); +extern int *__errno_location (void) __THROW __attribute__ ((__const__)); |