diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-30 12:18:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-30 12:18:36 +0000 |
commit | d64fae6a4457d756ab554099fd5eac58c116edf3 (patch) | |
tree | 3a24374944380437c99bf22c5c95c6aa3b3b1e61 /posix | |
parent | 4959e310bfbf3fa34b5a4b4ff688d8d564c8363c (diff) | |
download | glibc-d64fae6a4457d756ab554099fd5eac58c116edf3.tar glibc-d64fae6a4457d756ab554099fd5eac58c116edf3.tar.gz glibc-d64fae6a4457d756ab554099fd5eac58c116edf3.tar.bz2 glibc-d64fae6a4457d756ab554099fd5eac58c116edf3.zip |
Update.
1998-06-30 Ulrich Drepper <drepper@cygnus.com>
* posix/Makefile (headers): Remove bits/pthreadtypes.h.
* sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
bits/pthreadtypes.h.
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 \ |