2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-12 14:21:18 +08:00

Add __ftrylockfile prototype.

This commit is contained in:
Andreas Jaeger 2000-12-22 09:00:17 +00:00
parent 912f97da3d
commit dd04074742

@ -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