X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fexit.c;h=520757d501bd04667ae2aa3380de297c0c0979c4;hb=7842803c173209f48b087e149cae6204a48bb000;hp=f093fe048bfd8a03923b7480167bf6e5f63e404b;hpb=d3b6d3647acb1718f72d9e9315e119b827c37a60;p=pdclib.old diff --git a/functions/stdlib/exit.c b/functions/stdlib/exit.c index f093fe0..520757d 100644 --- a/functions/stdlib/exit.c +++ b/functions/stdlib/exit.c @@ -12,13 +12,6 @@ #ifndef REGTEST -/* TODO: Required by both atexit() and exit(). */ -struct _PDCLIB_exitfunc_t -{ - struct _PDCLIB_exitfunc_t * next; - void (*func)( void ); -}; - struct _PDCLIB_exitfunc_t * regstack = NULL; void exit( int status )