diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-29 12:24:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-29 12:24:28 +0000 |
commit | cf3a0eca819aff2c4f44989ee66d7f0099b2d92e (patch) | |
tree | 39188f4956af33d08533eb8c11ea7c55f0699408 | |
parent | 5a0f23f9d529a84e9a9076729e79c4c488f55468 (diff) | |
download | glibc-cf3a0eca819aff2c4f44989ee66d7f0099b2d92e.tar.gz glibc-cf3a0eca819aff2c4f44989ee66d7f0099b2d92e.tar.xz glibc-cf3a0eca819aff2c4f44989ee66d7f0099b2d92e.zip |
1998-10-29 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/unix/sysv/linux/bits/sem.h, sysdeps/unix/sysv/linux/bits/ipc.h, sysdeps/unix/sysv/linux/bits/shm.h, sysdeps/unix/sysv/linux/bits/msq.h: Moved to ... * sysdeps/gnu/bits/sem.h, sysdeps/gnu/bits/ipc.h, sysdeps/gnu/bits/shm.h, sysdeps/gnu/bits/msq.h: ... here, so the same bits will be used for the Hurd.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1cffcdfb62..d32fbc39e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1998-10-29 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/unix/sysv/linux/bits/sem.h, + sysdeps/unix/sysv/linux/bits/ipc.h, + sysdeps/unix/sysv/linux/bits/shm.h, + sysdeps/unix/sysv/linux/bits/msq.h: Moved to ... + * sysdeps/gnu/bits/sem.h, sysdeps/gnu/bits/ipc.h, + sysdeps/gnu/bits/shm.h, sysdeps/gnu/bits/msq.h: ... here, + so the same bits will be used for the Hurd. + 1998-10-29 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Allow |