- We now have to include umtx.h and ucontext.h in the system call related

headers.
This commit is contained in:
Jeff Roberson 2003-04-01 00:35:12 +00:00
parent d4a63cb9c8
commit 90e38817b7

View File

@ -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