mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
hurd: fix tls.h build
This commit is contained in:
parent
a5eb23deb6
commit
4fc81a777a
@ -36,6 +36,7 @@
|
||||
* hurd/hurd/signal.h (_hurd_self_sigstate,
|
||||
_hurd_critical_section_lock, _hurd_critical_section_unlock):
|
||||
Explicit casts from void *.
|
||||
* sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
|
||||
|
||||
[BZ #4719]
|
||||
* sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
|
||||
|
@ -22,7 +22,9 @@
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
# include <stddef.h>
|
||||
# include <stdint.h>
|
||||
# include <stdbool.h>
|
||||
# include <sysdep.h>
|
||||
# include <mach/mig_errors.h>
|
||||
# include <mach.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user