Add __ftrylockfile prototype.
authorAndreas Jaeger <aj@suse.de>
Fri, 22 Dec 2000 09:00:17 +0000 (09:00 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 22 Dec 2000 09:00:17 +0000 (09:00 +0000)
include/stdio.h

index 8617fea..419b58c 100644 (file)
@@ -56,6 +56,10 @@ extern void __flockfile (FILE *__stream);
 /* Relinquish the ownership granted for STREAM.  */
 extern void __funlockfile (FILE *__stream);
 
+/* Try to acquire ownership of STREAM but do not block if it is not
+   possible.  */
+extern int __ftrylockfile (FILE *__stream);
+
 # endif
 
 #endif