Paul Floyd 7c5d720a2b FreeBSD support, patch 10
memcheck
No code changes. A few modified tests. Adds new FreeBSD specific tests.
2021-10-09 12:37:17 +02:00

12 lines
138 B
C

#include "scalar.h"
int main(void)
{
/* SYS_fork 2 */
GO(SYS_fork, "0s 0m");
SY(SYS_fork);
return(0);
}