mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
2002-11-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF is defined write out memory map. * sysdeps/unix/sysv/linux/segfault.c: New file.
This commit is contained in:
parent
45cca066c1
commit
dc80d3cf0e
@ -1,3 +1,9 @@
|
||||
2002-11-03 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
|
||||
is defined write out memory map.
|
||||
* sysdeps/unix/sysv/linux/segfault.c: New file.
|
||||
|
||||
2002-11-02 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
|
||||
|
2
sysdeps/unix/sysv/linux/segfault.c
Normal file
2
sysdeps/unix/sysv/linux/segfault.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define HAVE_PROC_SELF 1
|
||||
#include <sysdeps/generic/segfault.c>
|
Loading…
Reference in New Issue
Block a user