Delete two redundant declarations of _exit() and exit().

Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-08-09 15:15:04 +00:00
parent 4b43e1d8ca
commit 6464a7f87d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1980

View File

@ -1,6 +1,6 @@
/* RCS compile-time configuration */
/* $Id: conf.sh,v 5.14.0.1 1993/03/25 04:24:49 eggert Exp $ */
/* $Id: conf.h,v 1.2 1994/08/05 22:33:44 wollman Exp $ */
/*
* This file is generated automatically.
@ -465,8 +465,6 @@ void perror P((char const*));
/* <stdlib.h> */
char *getenv P((char const*));
exiting void _exit P((int));
exiting void exit P((int));
malloc_type malloc P((size_t));
malloc_type realloc P((malloc_type,size_t));
void free P((malloc_type));