X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdlib%2Fexit.c;h=520757d501bd04667ae2aa3380de297c0c0979c4;hp=f093fe048bfd8a03923b7480167bf6e5f63e404b;hb=9776b3400080a53347b2d45de16617342d4c7794;hpb=fed8fdd8d3e229f8910d82d90e2cd249947b58e2 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 )