mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03: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:
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>
|
1999-11-26 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* libio/libioP.h: Remove duplicate declaration of _IO_wsetb.
|
* libio/libioP.h: Remove duplicate declaration of _IO_wsetb.
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#include <stdio-common/_itoa.h>
|
#include <stdio-common/_itoa.h>
|
||||||
|
#include <asm/ptrace.h>
|
||||||
#include <bits/sigcontext.h>
|
#include <bits/sigcontext.h>
|
||||||
|
|
||||||
/* We will print the register dump in this format:
|
/* We will print the register dump in this format:
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#include <stdio-common/_itoa.h>
|
#include <stdio-common/_itoa.h>
|
||||||
|
#include <asm/ptrace.h>
|
||||||
#include <bits/sigcontext.h>
|
#include <bits/sigcontext.h>
|
||||||
|
|
||||||
/* We will print the register dump in this format:
|
/* We will print the register dump in this format:
|
||||||
|
Reference in New Issue
Block a user