svn commit: r329116 - stable/11/lib/libstand
Kyle Evans
kevans at FreeBSD.org
Sun Feb 11 03:09:09 UTC 2018
Author: kevans
Date: Sun Feb 11 03:09:08 2018
New Revision: 329116
URL: https://svnweb.freebsd.org/changeset/base/329116
Log:
Back out exit() change in r329114; stable/11 was not ready for this one yet
This is a direct commit to stable/11.
Modified:
stable/11/lib/libstand/stand.h
Modified: stable/11/lib/libstand/stand.h
==============================================================================
--- stable/11/lib/libstand/stand.h Sun Feb 11 03:02:29 2018 (r329115)
+++ stable/11/lib/libstand/stand.h Sun Feb 11 03:09:08 2018 (r329116)
@@ -376,7 +376,6 @@ extern int null_readdir(struct open_file *f, struct di
* Machine dependent functions and data, must be provided or stubbed by
* the consumer
*/
-extern void exit(int);
extern int getchar(void);
extern int ischar(void);
extern void putchar(int);
More information about the svn-src-stable
mailing list