From 91f3e82038ed8c864242d741b1a74575392f14dd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 8 Jan 2006 08:51:33 +0000 Subject: just define the macros all the time --- libc/sysdeps/linux/common/dl-osinfo.h | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'libc/sysdeps/linux/common/dl-osinfo.h') diff --git a/libc/sysdeps/linux/common/dl-osinfo.h b/libc/sysdeps/linux/common/dl-osinfo.h index ffb754321..b4108cc53 100644 --- a/libc/sysdeps/linux/common/dl-osinfo.h +++ b/libc/sysdeps/linux/common/dl-osinfo.h @@ -22,18 +22,14 @@ # include # ifdef IS_IN_libc -# ifndef __SSP_QUICK_CANARY__ -# define OPEN __open -# define READ __read -# define CLOSE __close -# endif +# define OPEN __open +# define READ __read +# define CLOSE __close # define GETTIMEOFDAY gettimeofday # else -# ifndef __SSP_QUICK_CANARY__ -# define OPEN _dl_open -# define READ _dl_read -# define CLOSE _dl_close -# endif +# define OPEN _dl_open +# define READ _dl_read +# define CLOSE _dl_close # define GETTIMEOFDAY _dl_gettimeofday # endif -- cgit v1.2.3