glibc/hurd/hurdinline.c

14 lines
335 B
C
Raw Normal View History

/* Include these first to avoid defining their inline functions. */
1995-02-18 01:27:10 +00:00
#include <lock-intern.h>
#include <signal.h>
1995-02-18 01:27:10 +00:00
#undef _EXTERN_INLINE
#define _EXTERN_INLINE /* Define the real function. */
1996-09-03 14:06:08 +00:00
#include "hurd.h"
1995-02-18 01:27:10 +00:00
#include "hurd/fd.h"
#include "hurd/signal.h"
#include "hurd/userlink.h"
#include "hurd/threadvar.h"
#include "hurd/port.h"