diff options
author | 1997-06-20 15:34:05 +0000 | |
---|---|---|
committer | 1997-06-20 15:34:05 +0000 | |
commit | 454202d9175ff017ebd92cd5a35869964ecdf07b (patch) | |
tree | 19c166c529d0c074a0c46d4eb7dbed1436445129 /lib/libc | |
parent | Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system" (diff) | |
download | wireguard-openbsd-454202d9175ff017ebd92cd5a35869964ecdf07b.tar.xz wireguard-openbsd-454202d9175ff017ebd92cd5a35869964ecdf07b.zip |
++minor since added a new function
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index cd2907e093d..6b53f29f80a 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=2 +minor=3 |