From: Paul Eggert Date: Wed, 4 Dec 2002 20:52:00 +0000 (+0000) Subject: unlocked-io.h is now maintained by hand. X-Git-Tag: cvs-readonly~5111 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=7cb4af5f834c3c8b2cf2b771b54f5e52d818e347;p=gnulib.git unlocked-io.h is now maintained by hand. --- diff --git a/lib/gen-uio b/lib/gen-uio deleted file mode 100755 index e7ef6a365..000000000 --- a/lib/gen-uio +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -fail=0 -cat <<\EOF || fail=1 -#ifndef UNLOCKED_IO_H -# define UNLOCKED_IO_H 1 - -# ifndef USE_UNLOCKED_IO -# define USE_UNLOCKED_IO 1 -# endif - -# 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 of the applications in this package are single threaded. */ - -EOF - -for f in $@; do - u=`echo $f|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ` - cat <&1; fail=1;; - esac - cat <