Loading...
include/nlist.h Libc-320 Libc-262.3.2
--- Libc/Libc-320/include/nlist.h
+++ Libc/Libc-262.3.2/include/nlist.h
@@ -103,7 +103,7 @@
 #include <sys/cdefs.h>
 
 __BEGIN_DECLS
-int nlist(const char *, struct nlist *);
+int nlist __P((const char *, struct nlist *));
 __END_DECLS
 
 #endif /* !_NLIST_H_ */