diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-10-26 21:09:34 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-10-26 21:09:34 +0000 |
commit | d074c51588652c577ec3acef265d5a49344144ce (patch) | |
tree | 6df4311a6cdfa07be77034b730f54403b642db0a /lib/libc/shlib_version | |
parent | c587c3cacb40384b8d4d6983eb1eb5f2991b630c (diff) |
add ENOTSUP and bump libc minor
discussed with a few
ok deraadt@
Diffstat (limited to 'lib/libc/shlib_version')
-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 49b799172ec..98302858c65 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=51 -minor=1 +minor=2 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |