mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
78678039a4
2004-03-10 Richard Henderson <rth@redhat.com> * sysdeps/generic/errno.c: Disable versioning for rtld. * sysdeps/generic/Makefile (elf/shared): Add unwind-pe. * sysdeps/generic/unwind-pe.c: New file. * sysdeps/generic/unwind-pe.h: Only prototypes for _LIBC without _LIBC_DEFINITIONS. * posix/regexec.c: Likewise.
6 lines
90 B
C
6 lines
90 B
C
#include <stdlib.h>
|
|
#include <unwind.h>
|
|
|
|
#define _LIBC_DEFINITIONS
|
|
#include "unwind-pe.h"
|