mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
12 lines
294 B
C
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"
|