]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/programs/localedef.c
Optimize xmalloc, xcalloc, xrealloc, and xstrdup
[thirdparty/glibc.git] / locale / programs / localedef.c
index aa59444e2ad31415ea4d9610820b34a8f04d7bec..75905f9c384956b59f172650c7d14782e855ee3c 100644 (file)
@@ -169,9 +169,6 @@ static struct argp argp =
 };
 
 
-/* Prototypes for global functions.  */
-extern void *xmalloc (size_t __n);
-
 /* Prototypes for local functions.  */
 static void error_print (void);
 static const char *construct_output_path (char *path);