]> granicus.if.org Git - graphviz/commitdiff
remove unused _exit() prototype
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Oct 2020 21:12:19 +0000 (14:12 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Oct 2020 02:16:10 +0000 (19:16 -0700)
lib/sfio/sfhdr.h

index 72655de5749f53c04b2a00e510d188e56ebd3892..85bb9e0854fc4ba05df81715ec856b8e82e8a915 100644 (file)
@@ -693,9 +693,6 @@ extern "C" {
 
     extern time_t time(time_t *);
     extern int waitpid(int, int *, int);
-#ifndef _WIN32
-    extern void _exit(int);
-#endif
     typedef int (*Onexit_f)(void);
     extern Onexit_f onexit(Onexit_f);