aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl/stdio-lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nptl/stdio-lock.h')
-rw-r--r--sysdeps/nptl/stdio-lock.h3
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