glibc/hurd/hurdinline.c
1995-02-18 01:27:10 +00:00

12 lines
294 B
C

/* 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"