blob: 12a5be650830a4dd718be9b37e2133ff01bf3f19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* Include this first to avoid defining its inline functions. */
#include <lock-intern.h>
#undef _EXTERN_INLINE
#define _EXTERN_INLINE /* Define the real function. */
#include "hurd/fd.h"
#include "hurd/signal.h"
#include "hurd/userlink.h"
#include "hurd/threadvar.h"
#include "hurd/port.h"
|