mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
e627021e1b
its inlines too. * sysdeps/unix/sysv/sysv4/sigset.h (__sigfillset): Use ~0L instead of -1 to avoid compiler warning. * configure.in (host_os=linux*): Set elf=yes for this, not just linux*elf*.
13 lines
317 B
C
13 lines
317 B
C
/* 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/fd.h"
|
|
#include "hurd/signal.h"
|
|
#include "hurd/userlink.h"
|
|
#include "hurd/threadvar.h"
|
|
#include "hurd/port.h"
|