diff options
author | Andreas Schwab <schwab@suse.de> | 1998-10-26 01:47:41 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-10-26 01:47:41 +0000 |
commit | d499a27c88edd31867935bbf820da405bf4d6534 (patch) | |
tree | 7b83e0946db22645267507fb2c3bf12e1f0190ba /ChangeLog | |
parent | c2ef793036b853554c238caccca31dfc0491be29 (diff) | |
download | glibc-d499a27c88edd31867935bbf820da405bf4d6534.tar.gz glibc-d499a27c88edd31867935bbf820da405bf4d6534.tar.xz glibc-d499a27c88edd31867935bbf820da405bf4d6534.zip |
* sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove
rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo, rt_sigaction and rt_sigpending. * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries for __syscall_* functions. * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL. 1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo, rt_sigaction and rt_sigpending. * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries for __syscall_* functions. * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e4b813935f..0973cca0f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1998-10-24 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove + rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo, + rt_sigaction and rt_sigpending. + * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries + for __syscall_* functions. + * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL. + 1998-10-26 Roland McGrath <roland@baalperazim.frob.com> * hurd/Versions: Add _hurd_dtable, _hurd_dtablesize, |