mirror of git://sourceware.org/git/glibc.git
Add __ftrylockfile prototype.
This commit is contained in:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue