about summary refs log tree commit diff
path: root/bits
diff options
context:
space:
mode:
Diffstat (limited to 'bits')
-rw-r--r--bits/stdio-lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/stdio-lock.h b/bits/stdio-lock.h
index 39d5b0b9c9..bcf636de5d 100644
--- a/bits/stdio-lock.h
+++ b/bits/stdio-lock.h
@@ -25,7 +25,7 @@
 __libc_lock_define (typedef, _IO_lock_t)
 
 /* We need recursive (counting) mutexes.  */
-#define _IO_lock_initializer STUB_LOSER
+#define _IO_lock_initializer ...
 #error libio needs recursive mutexes for _IO_MTSAFE_IO