diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-05-10 18:05:49 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-06-04 09:54:52 -0300 |
commit | 57094e576aed174317fb7de2da34be8536891678 (patch) | |
tree | 7e356e67bb76d05dea6247720518f34e18879c8f /sysdeps/nptl | |
parent | eaa53d0f77691e37aa6f22e18205a2ba019e1a1c (diff) | |
download | glibc-57094e576aed174317fb7de2da34be8536891678.tar glibc-57094e576aed174317fb7de2da34be8536891678.tar.gz glibc-57094e576aed174317fb7de2da34be8536891678.tar.bz2 glibc-57094e576aed174317fb7de2da34be8536891678.zip |
libio: Assume _IO_lock_inexpensive
It is already set by both Linux and Hurd.
Diffstat (limited to 'sysdeps/nptl')
-rw-r--r-- | sysdeps/nptl/stdio-lock.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/nptl/stdio-lock.h b/sysdeps/nptl/stdio-lock.h index f2eee49816..a4f419b516 100644 --- a/sysdeps/nptl/stdio-lock.h +++ b/sysdeps/nptl/stdio-lock.h @@ -23,9 +23,6 @@ #include <lowlevellock.h> -/* The locking here is very inexpensive, even for inlining. */ -#define _IO_lock_inexpensive 1 - typedef struct { int lock; int cnt; void *owner; } _IO_lock_t; #define _IO_lock_t_defined 1 |