svn commit: trunk/uClibc/libc/sysdeps/linux/common

Peter S. Mazinger ps.m at gmx.net
Sun Jan 8 21:35:55 UTC 2006


On Sun, 8 Jan 2006 vapier at uclibc.org wrote:

> Author: vapier
> Date: 2006-01-08 00:51:33 -0800 (Sun, 08 Jan 2006)
> New Revision: 13150
> 
> Log:
> just define the macros all the time
> 
> Modified:
>    trunk/uClibc/libc/sysdeps/linux/common/dl-osinfo.h

why was this needed?

Peter

> 
> 
> Changeset:
> Modified: trunk/uClibc/libc/sysdeps/linux/common/dl-osinfo.h
> ===================================================================
> --- trunk/uClibc/libc/sysdeps/linux/common/dl-osinfo.h	2006-01-08 08:40:11 UTC (rev 13149)
> +++ trunk/uClibc/libc/sysdeps/linux/common/dl-osinfo.h	2006-01-08 08:51:33 UTC (rev 13150)
> @@ -22,18 +22,14 @@
>  #  include <sys/time.h>
>  
>  #  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
>  
> 
> _______________________________________________
> uClibc-cvs mailing list
> uClibc-cvs at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc-cvs
> 
> 

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list