diff options
author | 2005-04-14 20:59:10 +0000 | |
---|---|---|
committer | 2005-04-14 20:59:10 +0000 | |
commit | bc92a55614afdf8836a7f7cf7ceb4aff145fc23f (patch) | |
tree | 5d8c02392591a8ef5bdd190c7e70ce4d8b869fa9 /lib/libc/shlib_version | |
parent | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. (diff) | |
download | wireguard-openbsd-bc92a55614afdf8836a7f7cf7ceb4aff145fc23f.tar.xz wireguard-openbsd-bc92a55614afdf8836a7f7cf7ceb4aff145fc23f.zip |
introduce some wchar functions (from citrus and an itojun@ diff)
okay deraadt@, cloder@, pvalchev@
thanks to everyone who commented on that.
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 02fa089d23f..413ae7a8418 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=35 -minor=0 +minor=1 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |