mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
hurd: Add missing includes
* hurd/hurd/id.h: Include <hurd/hurd_types.h> * hurd/hurd/ioctl.h: Include <mach/port.h> * hurd/hurd/lookup.h: Include <hurd/hurd_types.h>
This commit is contained in:
parent
eb1ca47e55
commit
e30c291a6d
@ -1,6 +1,9 @@
|
||||
2018-03-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* scripts/check-installed-headers.sh: Ignore Hurd and Mach headers.
|
||||
* hurd/hurd/id.h: Include <hurd/hurd_types.h>
|
||||
* hurd/hurd/ioctl.h: Include <mach/port.h>
|
||||
* hurd/hurd/lookup.h: Include <hurd/hurd_types.h>
|
||||
|
||||
2018-03-03 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#define _HURD_ID_H 1
|
||||
#include <features.h>
|
||||
#include <hurd/hurd_types.h>
|
||||
|
||||
#include <cthreads.h> /* For `struct mutex'. */
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#define __need___va_list
|
||||
#include <stdarg.h>
|
||||
#include <bits/ioctls.h>
|
||||
#include <mach/port.h>
|
||||
|
||||
|
||||
/* Type of handler function, called like ioctl to do its entire job. */
|
||||
|
@ -19,6 +19,8 @@
|
||||
#ifndef _HURD_LOOKUP_H
|
||||
#define _HURD_LOOKUP_H 1
|
||||
|
||||
#include <hurd/hurd_types.h>
|
||||
|
||||
/* These functions all take two callback functions as the first two arguments.
|
||||
The first callback function USE_INIT_PORT is called as follows:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user