diff options
Diffstat (limited to 'src/rccexternal.c')
-rw-r--r-- | src/rccexternal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rccexternal.c b/src/rccexternal.c index aee6797..3d1f12f 100644 --- a/src/rccexternal.c +++ b/src/rccexternal.c @@ -111,7 +111,7 @@ int rccExternalInit() { } # endif /* HAVE_SYS_STAT_H */ #endif /* HAVE_UNISTD_H */ - exit(1); + _exit(1); } void rccExternalFree() { |