diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-29 19:54:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-29 19:54:53 +0000 |
commit | 024ba423ea0a307412d5003ef9850338156bf5a5 (patch) | |
tree | 1b9e345cdff1afda03d93ef840f966cc98ecfc09 /lib/libc/shlib_version | |
parent | 34231e94bf05e703994e7617faff53abdf1c9e72 (diff) |
Implement asprintf(3) and vasprintf(3) functions similar to the
ones in the glibc. Some man pages changes from FreeBSD
(asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
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 51c2640f411..16555489150 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=17 -minor=4 +minor=5 |