about summary refs log tree commit diff
path: root/sysdeps/mach/libc-lock.h
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-05-10 18:05:49 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-06-04 09:54:52 -0300
commit57094e576aed174317fb7de2da34be8536891678 (patch)
tree7e356e67bb76d05dea6247720518f34e18879c8f /sysdeps/mach/libc-lock.h
parenteaa53d0f77691e37aa6f22e18205a2ba019e1a1c (diff)
downloadglibc-57094e576aed174317fb7de2da34be8536891678.tar.gz
glibc-57094e576aed174317fb7de2da34be8536891678.tar.xz
glibc-57094e576aed174317fb7de2da34be8536891678.zip
libio: Assume _IO_lock_inexpensive
It is already set by both Linux and Hurd.
Diffstat (limited to 'sysdeps/mach/libc-lock.h')
-rw-r--r--sysdeps/mach/libc-lock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/mach/libc-lock.h b/sysdeps/mach/libc-lock.h
index d713f34b5f..220fcee921 100644
--- a/sysdeps/mach/libc-lock.h
+++ b/sysdeps/mach/libc-lock.h
@@ -24,9 +24,6 @@
 #include <tls.h>
 #include <lowlevellock.h>
 
-/* The locking here is very inexpensive, even for inlining.  */
-#define _IO_lock_inexpensive   1
-
 typedef unsigned int __libc_lock_t;
 typedef struct
 {