about summary refs log tree commit diff
path: root/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index a4dc141275..0329fe2d1e 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -50,6 +50,12 @@ extern int __gen_tempname (char *__tmpl, int __kind);
 extern void __libc_fatal (__const char *__message)
      __attribute__ ((__noreturn__));
 
+/* Acquire ownership of STREAM.  */
+extern void __flockfile (FILE *__stream);
+
+/* Relinquish the ownership granted for STREAM.  */
+extern void __funlockfile (FILE *__stream);
+    
 # endif
 
 #endif