G++'s parser isn't up to handling atexit()'s extended declaration...
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Thu, 14 Feb 1991 15:34:13 +0000 (07:34 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Thu, 14 Feb 1991 15:34:13 +0000 (07:34 -0800)
SCCS-vsn: include/stdlib.h 5.6

usr/src/include/stdlib.h

index 913b01a..4ee2e6e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)stdlib.h    5.5 (Berkeley) %G%
+ *     @(#)stdlib.h    5.6 (Berkeley) %G%
  */
 
 #ifndef _STDLIB_H_
  */
 
 #ifndef _STDLIB_H_
@@ -42,7 +42,7 @@ typedef struct {
 __BEGIN_DECLS
 void    abort __P((void));
 int     abs __P((int));
 __BEGIN_DECLS
 void    abort __P((void));
 int     abs __P((int));
-int     atexit __P((void (*_func)(void)));
+int     atexit __P((void (*)(void)));
 double  atof __P((const char *_nptr));
 int     atoi __P((const char *_nptr));
 long    atol __P((const char *_nptr));
 double  atof __P((const char *_nptr));
 int     atoi __P((const char *_nptr));
 long    atol __P((const char *_nptr));