diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index ae3a40b04c..5a37df6325 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -26,8 +26,7 @@ headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \ bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h \ bits/local_lim.h tar.h bits/utsname.h bits/confname.h \ bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h \ - bits/sched.h re_comp.h wait.h bits/environments.h cpio.h \ - bits/pthreadtypes.h + bits/sched.h re_comp.h wait.h bits/environments.h cpio.h distribute := confstr.h TESTS TESTS2C.sed testcases.h \ PTESTS PTESTS2C.sed ptestcases.h \ |