1 // commit: 59666802fba592a59f2f4ea4dcb053287fd55826 2011-02-15
2 // pthread_create should return EAGAIN on failure
8 static void *start(void *arg
)
19 t_error("memfill failed\n");
20 r
= pthread_create(&td
, 0, start
, &arg
);
22 t_error("pthread_create succeeded\n");
24 t_error("pthread_create should fail with EAGAIN but failed with %d (%s)\n", r
, strerror(r
));