From 2085378a4fad15f65686d78f52dc6fb5362bdf20 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 16 Oct 2018 00:59:43 -0400 Subject: move stdio locking MAYBE_WAITERS definition to stdio_impl.h don't repeat definition in two places. --- src/stdio/ftrylockfile.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stdio/ftrylockfile.c') diff --git a/src/stdio/ftrylockfile.c b/src/stdio/ftrylockfile.c index 3b97807a..50650585 100644 --- a/src/stdio/ftrylockfile.c +++ b/src/stdio/ftrylockfile.c @@ -2,8 +2,6 @@ #include "pthread_impl.h" #include -#define MAYBE_WAITERS 0x40000000 - void __do_orphaned_stdio_locks() { FILE *f; -- cgit 1.4.1