We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
atexit
1 parent b0d7dcf commit 1ff58ddCopy full SHA for 1ff58dd
test/stat/test_umask.c
@@ -68,7 +68,6 @@ void test() {
68
}
69
70
int main() {
71
- atexit(cleanup);
72
signal(SIGABRT, cleanup);
73
test();
74
return EXIT_SUCCESS;
0 commit comments