configure.ac: Generalize glibc version check
[valgrind.git] / memcheck / tests / x86-linux / scalar_vfork.c
blob984c22eddeebfc4b6e59aaa2bf89dfb26fc7e64a
1 #include "scalar.h"
3 int main(void)
5 int res __attribute__((unused));
7 // All __NR_xxx numbers are taken from x86
9 // __NR_vfork 190 --> arch/sys_fork() [we can't use sys_vfork()]
10 GO(__NR_vfork, "0e");
11 SY(__NR_vfork);
13 return(0);