This commit is contained in:
Ulrich Drepper 2000-02-19 08:11:42 +00:00
parent 4b7b4cb4ac
commit b347eb6347

View File

@ -1,3 +1,12 @@
2000-02-19 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Include
<sys/user.h>. Make fpregset_t definition compatible with
definition in 2.1.2 and before.
(struct ucontext): Use fpregset_t.
* sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t): Define
as pointer to fpregset_t.
2000-02-18 Ulrich Drepper <drepper@redhat.com>
* string/bits/string2.h (strnlen): Add cast to prevent warning.