(1) Make __sputc() inline function invisible to gcc -traditional.
[unix-history] / usr / src / include / nlist.h
index 26fafcc..9d0dce7 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)nlist.h     5.2 (Berkeley) %G%
+ *     @(#)nlist.h     5.5 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -44,3 +44,9 @@ struct        nlist {
  * Format for namelist values.
  */
 #define        N_FORMAT        "%08x"
  * Format for namelist values.
  */
 #define        N_FORMAT        "%08x"
+
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
+int nlist __P((const char *, struct nlist *));
+__END_DECLS