mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
2005-12-28 Roland McGrath <roland@redhat.com>
* hurd/sigunwind.c: Include <stdint.h>. * sysdeps/mach/hurd/jmp-unwind.c: Likewise.
This commit is contained in:
parent
272b289859
commit
d745642e91
@ -21,6 +21,7 @@
|
||||
#include <thread_state.h>
|
||||
#include <setjmp.h>
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
/* _hurd_setup_sighandler puts a link on the `active resources' chain so that
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <hurd/signal.h>
|
||||
#include <hurd/sigpreempt.h>
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
#ifndef _JMPBUF_UNWINDS
|
||||
|
Loading…
Reference in New Issue
Block a user