From 82496aab644f7acdce3f3a693f3c78723b175124 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 14 Oct 2004 09:57:42 +0000 Subject: 2.3.3-68 --- include/errno.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/errno.h') diff --git a/include/errno.h b/include/errno.h index 13d17f9c0e..d9f95aa982 100644 --- a/include/errno.h +++ b/include/errno.h @@ -36,7 +36,11 @@ extern __thread int errno attribute_tls_model_ie; # define __set_errno(val) (errno = (val)) # ifndef __ASSEMBLER__ -extern int *__errno_location (void) __THROW __attribute__ ((__const__)); +extern int *__errno_location (void) __THROW __attribute__ ((__const__)) +# ifdef RTLD_PRIVATE_ERRNO + attribute_hidden +# endif +; libc_hidden_proto (__errno_location) # endif -- cgit v1.2.3