diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-10-14 12:33:58 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-10-14 12:33:58 +0000 |
commit | 01682b1f05d8db303b38757b920248650c110ddb (patch) | |
tree | cc31dec885eb5e8c29154a02c1ee96f0e0cb29fc /include | |
parent | 82496aab644f7acdce3f3a693f3c78723b175124 (diff) | |
download | glibc-01682b1f05d8db303b38757b920248650c110ddb.tar.gz |
2.3.3-68cvs/fedora-glibc-2_3_3-68
Diffstat (limited to 'include')
-rw-r--r-- | include/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errno.h b/include/errno.h index d9f95aa982..9865903b86 100644 --- a/include/errno.h +++ b/include/errno.h @@ -37,7 +37,7 @@ extern __thread int errno attribute_tls_model_ie; # ifndef __ASSEMBLER__ extern int *__errno_location (void) __THROW __attribute__ ((__const__)) -# ifdef RTLD_PRIVATE_ERRNO +# if RTLD_PRIVATE_ERRNO attribute_hidden # endif ; |