From 73b4949a87e246ea9bdc1286c8d057a0717cb3d4 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 16 Apr 2005 21:49:07 +0000 Subject: merge from gcc --- include/libiberty.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/libiberty.h') diff --git a/include/libiberty.h b/include/libiberty.h index 671a1239c..8254aafab 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -48,6 +48,12 @@ extern "C" { #include +/* If the OS supports it, ensure that the supplied stream is setup to + avoid any multi-threaded locking. Otherwise leave the FILE pointer + unchanged. If the stream is NULL do nothing. */ + +extern void unlock_stream (FILE *); + /* Open and return a FILE pointer. If the OS supports it, ensure that the stream is setup to avoid any multi-threaded locking. Otherwise return the FILE pointer unchanged. */ -- cgit v1.2.3