- We now have to include umtx.h and ucontext.h in the system call related
headers.
This commit is contained in:
parent
d4a63cb9c8
commit
90e38817b7
@ -117,7 +117,9 @@ s/\$//g
|
||||
printf "#define\t%s\n\n", sysproto_h > sysarg
|
||||
printf "#include <sys/signal.h>\n" > sysarg
|
||||
printf "#include <sys/acl.h>\n" > sysarg
|
||||
printf "#include <sys/thr.h>\n" > sysarg
|
||||
printf "#include <posix4/_semaphore.h>\n\n" > sysarg
|
||||
printf "#include <sys/ucontext.h>\n\n" > sysarg
|
||||
printf "struct proc;\n\n" > sysarg
|
||||
printf "struct thread;\n\n" > sysarg
|
||||
printf "#define\tPAD_(t)\t(sizeof(register_t) <= sizeof(t) ? \\\n" > sysarg
|
||||
|
Loading…
Reference in New Issue
Block a user