svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Thu Dec 15 19:11:04 UTC 2005


Author: psm
Date: 2005-12-15 11:01:10 -0800 (Thu, 15 Dec 2005)
New Revision: 12901

Log:
Sync headers w/ glibc

Modified:
   trunk/uClibc/include/glob.h
   trunk/uClibc/include/locale.h


Changeset:
Modified: trunk/uClibc/include/glob.h
===================================================================
--- trunk/uClibc/include/glob.h	2005-12-15 14:02:43 UTC (rev 12900)
+++ trunk/uClibc/include/glob.h	2005-12-15 19:01:10 UTC (rev 12901)
@@ -163,11 +163,12 @@
 /* Free storage allocated in PGLOB by a previous `glob' call.  */
 extern void globfree (glob_t *__pglob) __THROW;
 #else
-extern int glob __P ((__const char *__restrict __pattern, int __flags,
-		      int (*__errfunc) (__const char *, int),
-		      glob_t *__restrict __pglob)) __asm__ ("glob64");
+extern int __REDIRECT_NTH (glob, (__const char *__restrict __pattern,
+				  int __flags,
+				  int (*__errfunc) (__const char *, int),
+				  glob_t *__restrict __pglob), glob64);
 
-extern void globfree __P ((glob_t *__pglob)) __asm__ ("globfree64");
+extern void __REDIRECT_NTH (globfree, (glob_t *__pglob), globfree64);
 #endif
 
 #ifdef __USE_LARGEFILE64

Modified: trunk/uClibc/include/locale.h
===================================================================
--- trunk/uClibc/include/locale.h	2005-12-15 14:02:43 UTC (rev 12900)
+++ trunk/uClibc/include/locale.h	2005-12-15 19:01:10 UTC (rev 12901)
@@ -218,12 +218,6 @@
    Passing this value to any other function has undefined behavior.  */
 # define LC_GLOBAL_LOCALE	((__locale_t) -1L)
 
-extern __locale_t __newlocale (int __category_mask, __const char *__locale,
-			     __locale_t __base) __THROW;
-extern __locale_t __duplocale (__locale_t __dataset) __THROW;
-extern void __freelocale (__locale_t __dataset) __THROW;
-extern __locale_t __uselocale (__locale_t __dataset) __THROW;
-
 #endif
 
 __END_DECLS




More information about the uClibc-cvs mailing list