# HG changeset patch # User Jim Meyering # Date 1001491880 0 # Node ID da8b2fd54bb785f14d2f46091bc5e0e9cf60f21a # Parent 161fe6c7023bb4fdf6fc92f49daebeb7e1c4bc0b . diff --git a/lib/unlocked-io.hin b/lib/unlocked-io.hin deleted file mode 100644 --- a/lib/unlocked-io.hin +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef UNLOCKED_IO_H -# define UNLOCKED_IO_H 1 - -# if USE_UNLOCKED_IO - -/* These are wrappers for functions/macros from GNU libc. - The standard I/O functions are thread-safe. These *_unlocked ones - are more efficient but not thread-safe. That they're not thread-safe - is fine since all these applications are single threaded. */ - -@replace_this@ - -# endif /* USE_UNLOCKED_IO */ -#endif /* UNLOCKED_IO_H */