]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 30 Jun 1998 12:18:36 +0000 (12:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 30 Jun 1998 12:18:36 +0000 (12:18 +0000)
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.

ChangeLog
linuxthreads/ChangeLog
posix/Makefile
sysdeps/unix/sysv/linux/Makefile

index 291c83b62e723a5343dcf79ef621796aeb400f0e..62068c9387ae6d678419cfd93defae107065dfd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
 
        * include/aio.h: New file.
index 05c842a65f8a5e7106905352b9ab618e814ec3c6..08525005b6fc8a095c6ad35adf6b1f034c104ed6 100644 (file)
@@ -1,3 +1,17 @@
+1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
+
+       * attr.c: Include errno.h.  Use memcpy to copy sched_param.
+       * internals.h: Include limits.h.
+       * manager.c: Use memcpy to copy sched_param.
+       * ptfork.c: Include errno.h.
+       * pthread.c: Likewise.
+       * semaphore.c: Likewise.
+       * specific.c: Likewise.
+       * spinlock.h: Likewise.
+       * sysdeps/pthread/pthread.h: Include only allowed headers.  Move
+       type definition to ...
+       * sysdeps/pthread/bits/pthreadtypes.h: ...here.  New file.
+
 1998-06-29 12:34  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/pthread/pthread.h: Use __PMT not __P for function pointers.
index ae3a40b04c7fc981f20c7b6b7e3b140b68c82208..5a37df63259c9b48d5a96d165799f28bd42bd27b 100644 (file)
@@ -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 \
index 6f13dfe62b8a588b679ecb270d4037980a474cb1..ec42e776c06e01c287264e6e6f27b67e2a1ba1ac 100644 (file)
@@ -74,6 +74,10 @@ ifeq ($(subdir),stdio-common)
 inhibit-siglist := yes
 endif
 
+ifeq ($(subdir),posix)
+headers := bits/pthreadtypes.h
+endif
+
 ifeq ($(subdir),inet)
 sysdep_headers += netinet/in_systm.h netinet/udp.h \
                  netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \