mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
hurd: Allow inlining IO locks
* sysdeps/mach/hurd/libc-lock.h (_IO_lock_inexpensive): Define to 1.
This commit is contained in:
parent
d2129ad457
commit
4d10ceb2b2
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user