diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/errno.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/errno.h b/include/errno.h index 1b0aabc690..13d17f9c0e 100644 --- a/include/errno.h +++ b/include/errno.h @@ -14,8 +14,8 @@ so a single (hidden) global variable is all it needs. */ # undef errno -# define errno errno /* For #ifndef errno tests. */ -extern int errno attribute_hidden; +# define errno rtld_errno +extern int rtld_errno attribute_hidden; # else |