diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-11-10 20:04:37 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-11-10 20:04:37 +0000 |
commit | 8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f (patch) | |
tree | 95ebc3131f83bbcff30b75e5031a63291b1e033d /posix | |
parent | 362d67883f1d8b55049f47b5d56e534f04be0b99 (diff) | |
download | glibc-8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f.tar glibc-8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f.tar.gz glibc-8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f.tar.bz2 glibc-8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f.zip |
Updated to fedora-glibc-20061110T1956
Diffstat (limited to 'posix')
-rw-r--r-- | posix/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/unistd.h b/posix/unistd.h index b751928b1e..c74190dfc3 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -559,7 +559,7 @@ extern long int pathconf (__const char *__path, int __name) extern long int fpathconf (int __fd, int __name) __THROW; /* Get the value of the system variable NAME. */ -extern long int sysconf (int __name) __THROW __attribute__ ((__const__)); +extern long int sysconf (int __name) __THROW; #ifdef __USE_POSIX2 /* Get the value of the string-valued system variable NAME. */ |