diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 07:49:05 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 07:49:05 +0000 |
commit | 84c63a7648f20ff21858ffc97434fd7b2b1954ff (patch) | |
tree | ab2e766f6e307b23701dbaf52d38c0e881ad4c03 /ChangeLog | |
parent | 44bc0afbe410cc5cffc2a9f8ab5ae03d8ec96590 (diff) | |
download | glibc-84c63a7648f20ff21858ffc97434fd7b2b1954ff.zip glibc-84c63a7648f20ff21858ffc97434fd7b2b1954ff.tar.gz glibc-84c63a7648f20ff21858ffc97434fd7b2b1954ff.tar.bz2 |
* sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG. * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and restore_rt functions. Use them.
* sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
(_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG.
* sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and
restore_rt functions. Use them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2003-03-14 Alexandre Oliva <aoliva@redhat.com> + * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h + (_KERNEL_NSIG_BPW): Define in terms of _MIPS_SZLONG. + * sysdeps/unix/sysv/linux/mips/sigaction.c: Define restore and + restore_rt functions. Use them. + * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't .set mips2 on new abis. |