hurd: Allow inlining IO locks

* sysdeps/mach/hurd/libc-lock.h (_IO_lock_inexpensive): Define to 1.
This commit is contained in:
Samuel Thibault 2016-03-20 22:12:06 +01:00
parent d2129ad457
commit 4d10ceb2b2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-03-20 Samuel Thibault <samuel.thibault@ens-lyon.org>:
* sysdeps/mach/hurd/libc-lock.h (_IO_lock_inexpensive): Define to 1.
2016-03-20 Samuel Thibault <samuel.thibault@ens-lyon.org>:
* sysdeps/generic/dl-fcntl.h: New file, adds attribute_hidden to __open

View File

@ -23,6 +23,9 @@
#include <cthreads.h>
#include <hurd/threadvar.h>
/* The locking here is very inexpensive, even for inlining. */
#define _IO_lock_inexpensive 1
typedef struct mutex __libc_lock_t;
typedef struct
{