mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Remove GSAtExit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16761 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
baf94778d2
commit
8735363d44
2 changed files with 2 additions and 12 deletions
|
@ -57,16 +57,6 @@
|
|||
extern BOOL __objc_responds_to(id, SEL);
|
||||
#endif
|
||||
|
||||
static void
|
||||
GSAtExit(void)
|
||||
{
|
||||
int s = 0;
|
||||
|
||||
/* Re-set ALL signals before we exit */
|
||||
for (s = 0; s < NSIG; s++)
|
||||
signal(s, SIG_DFL);
|
||||
}
|
||||
|
||||
#if GS_WITH_GC
|
||||
|
||||
#include <gc.h>
|
||||
|
@ -803,8 +793,6 @@ static BOOL double_release_check_enabled = NO;
|
|||
GSSetLocaleC(LC_ALL, ""); // Set up locale from environment.
|
||||
#endif
|
||||
|
||||
atexit(GSAtExit);
|
||||
|
||||
// Create the global lock
|
||||
gnustep_global_lock = [NSRecursiveLock new];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue