* config/tc-xtensa.c (LOOKAHEAD_ALIGNER): Delete macro.
[deliverable/binutils-gdb.git] / libiberty / xstrndup.c
index b481e4ad712ec37c9889c8a6ada5ac1b819486f7..8dfaa9b43e6aeaefd99a81c0ede947c0057853b9 100644 (file)
@@ -45,9 +45,7 @@ always NUL terminated.
 #include "libiberty.h"
 
 char *
-xstrndup (s, n)
-     const char *s;
-     size_t n;
+xstrndup (const char *s, size_t n)
 {
   char *result;
   size_t len = strlen (s);
This page took 0.023412 seconds and 4 git commands to generate.