diff options
author | 2001-11-07 18:46:58 +0000 | |
---|---|---|
committer | 2001-11-07 18:46:58 +0000 | |
commit | da0090322e7f203f80b1a0bf428ec3def3d134f3 (patch) | |
tree | 45a1f869e9887733f56494755559d881c44f3a35 /lib/libc/gen/signal.3 | |
parent | rpcgen is not nearly KNF, but it now generates close to KNF code (diff) | |
download | wireguard-openbsd-da0090322e7f203f80b1a0bf428ec3def3d134f3.tar.xz wireguard-openbsd-da0090322e7f203f80b1a0bf428ec3def3d134f3.zip |
list syslog_r as safe in signal handlers
Diffstat (limited to 'lib/libc/gen/signal.3')
-rw-r--r-- | lib/libc/gen/signal.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 30894d37237..4d0c379267a 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.15 2001/03/11 05:02:29 aaron Exp $ +.\" $OpenBSD: signal.3,v 1.16 2001/11/07 18:46:58 deraadt Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -310,7 +310,8 @@ and perhaps some others. Extension Interfaces: .Pp .Fn strlcpy , -.Fn strlcat . +.Fn strlcat , +.Fn syslog_r . .Pp All functions not in the above lists are considered to be unsafe with respect to signals. |