diff options
Diffstat (limited to 'include/nlist.h')
-rw-r--r-- | include/nlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nlist.h b/include/nlist.h index 560563abf1a1..9dfd90ab8357 100644 --- a/include/nlist.h +++ b/include/nlist.h @@ -115,7 +115,7 @@ struct nlist { #include <sys/cdefs.h> __BEGIN_DECLS -int nlist __P((const char *, struct nlist *)); +int nlist(const char *, struct nlist *); __END_DECLS #endif /* !_NLIST_H_ */ |