mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
1999-11-26 Thorsten Kukuk <kukuk@suse.de> * sysdeps/gnu/siglist.h: If SIGPWR == SIGLOST, don't include SIGPWR message. * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Include asm/ptrace.h, since this will not be done with 2.3.xx automatically * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise. 1999-11-26 Ulrich Drepper <drepper@cygnus.com> * locale/iso-3166.def: Update from latest official list.
This commit is contained in:
parent
6e06ae595e
commit
850cd9da8b
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
1999-11-26 Thorsten Kukuk <kukuk@suse.de>
|
||||
|
||||
* sysdeps/gnu/siglist.h: If SIGPWR == SIGLOST, don't include SIGPWR
|
||||
message.
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Include
|
||||
asm/ptrace.h, since this will not be done with 2.3.xx automatically
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
|
||||
|
||||
1999-11-26 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* locale/iso-3166.def: Update from latest official list.
|
||||
|
||||
1999-11-26 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* libio/libioP.h: Remove duplicate declaration of _IO_wsetb.
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include <sys/uio.h>
|
||||
#include <stdio-common/_itoa.h>
|
||||
#include <asm/ptrace.h>
|
||||
#include <bits/sigcontext.h>
|
||||
|
||||
/* We will print the register dump in this format:
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include <sys/uio.h>
|
||||
#include <stdio-common/_itoa.h>
|
||||
#include <asm/ptrace.h>
|
||||
#include <bits/sigcontext.h>
|
||||
|
||||
/* We will print the register dump in this format:
|
||||
|
Loading…
Reference in New Issue
Block a user