summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-01-13 01:29:14 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-01-13 01:29:14 +0000
commit83bb3b49797d527f778fa7ea9d7eb4aa27d6bdd5 (patch)
tree8dacc2891d84d0f4582d4c68f07e159cf04b067e /lib/libc
parent48e3128b34dad9618402f1f4095f7655e779843c (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/flockfile.31
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/flockfile.3 b/lib/libc/stdio/flockfile.3
index 4eb26450be88..a895a0aae045 100644
--- a/lib/libc/stdio/flockfile.3
+++ b/lib/libc/stdio/flockfile.3
@@ -88,6 +88,7 @@ functions return no value.
.Pp
The
.Fn ftrylockfile
+function
returns zero if the stream was successfully locked,
non-zero otherwise.
.Sh SEE ALSO