diff options
author | 2014-08-31 20:23:10 +0000 | |
---|---|---|
committer | 2014-08-31 20:23:10 +0000 | |
commit | 2e8e336f88435afdd2495f89dba64e9c563d0614 (patch) | |
tree | 349759aa29765406cfd1c2f1627ade176ced9c7b /lib/librthread/shlib_version | |
parent | Sync enc/dec routines with libc. (diff) | |
download | wireguard-openbsd-2e8e336f88435afdd2495f89dba64e9c563d0614.tar.xz wireguard-openbsd-2e8e336f88435afdd2495f89dba64e9c563d0614.zip |
accept4() should be a cancellation point.
Update the list in the pthread_testcancel(3) manpage: several were missing.
noted by miod@
Diffstat (limited to 'lib/librthread/shlib_version')
-rw-r--r-- | lib/librthread/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version index 94727e17b3a..7c92aff4893 100644 --- a/lib/librthread/shlib_version +++ b/lib/librthread/shlib_version @@ -1,2 +1,2 @@ major=18 -minor=0 +minor=1 |