From 5eb0d33ec0f08b123c5c10877d6258d05fa9453a Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 12 Mar 2011 21:55:45 -0500 Subject: implement flockfile api, rework stdio locking --- src/stdio/__ofl.c | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/stdio/__ofl.c (limited to 'src/stdio/__ofl.c') diff --git a/src/stdio/__ofl.c b/src/stdio/__ofl.c deleted file mode 100644 index 7d9652c8..00000000 --- a/src/stdio/__ofl.c +++ /dev/null @@ -1,3 +0,0 @@ -#include "stdio_impl.h" - -struct ofl __ofl; -- cgit v1.2.1