--- dietlibc/t.c 2001/03/09 20:35:46 1.34 +++ dietlibc/t.c 2001/03/12 03:16:25 1.35 @@ -40,11 +40,14 @@ static int rand() { extern double atof(const char *c); int main(int argc,char *argv[]) { + shutdown(0,-1); +#if 0 char buf[128]; strcpy(buf,"/tmp/foo.XXXXXXX"); printf("%d\n",mkstemp(buf)); printf("%s\n",buf); unlink(buf); +#endif #if 0 char buf[512]="foo"; strncat(buf,"barbaz",3);