[prev in list] [next in list] [prev in thread] [next in thread] 

List:       uclibc-cvs
Subject:    svn commit: trunk/uClibc/libc/misc/glob
From:       aldot () uclibc ! org (aldot at uclibc ! org)
Date:       2007-01-30 17:26:39
Message-ID: 20070130172639.DB055485B1 () busybox ! net
[Download RAW message or body]

Author: aldot
Date: 2007-01-30 09:26:38 -0800 (Tue, 30 Jan 2007)
New Revision: 17671

Log:
- should look if LFS is enabled as suggested by pkj in #1131. This generates \
identical cc1 input for LFS enabled (compared to before r17652) but makes sure that \
we pickup the non-LFS if LFS is turned off (like r17652 did in this case).


Modified:
   trunk/uClibc/libc/misc/glob/glob.c


Changeset:
Modified: trunk/uClibc/libc/misc/glob/glob.c
===================================================================
--- trunk/uClibc/libc/misc/glob/glob.c	2007-01-30 16:47:27 UTC (rev 17670)
+++ trunk/uClibc/libc/misc/glob/glob.c	2007-01-30 17:26:38 UTC (rev 17671)
@@ -361,7 +361,7 @@
 		{
 		  const char *name;
 		  size_t len;
-#if defined COMPILE_GLOB64
+#if defined __UCLIBC_HAS_LFS__ && !defined COMPILE_GLOB64
 		  struct dirent64 *d;
 		  union
 		    {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic