summaryrefslogtreecommitdiff
path: root/hurd/hurdinline.c
blob: ed55ed63000a61547b314e3dc5010dcc7ffed27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Include these first to avoid defining their inline functions.  */
#include <lock-intern.h>
#include <signal.h>

#undef _EXTERN_INLINE
#define _EXTERN_INLINE /* Define the real function. */

#include "hurd.h"
#include "hurd/fd.h"
#include "hurd/signal.h"
#include "hurd/userlink.h"
#include "hurd/threadvar.h"
#include "hurd/port.h"