summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
diff options
context:
space:
mode:
authorkre <kre@NetBSD.org>2017-10-25 06:32:59 +0000
committerkre <kre@NetBSD.org>2017-10-25 06:32:59 +0000
commite29ae9b278a89f738f6975a03efee357a669ca41 (patch)
treede932bae6e3b4dd7d5a2a35ff145913d2bb390a0 /lib/libc/shlib_version
parente3cdd057e0b5507403efa6e57fbf60a445da5efb (diff)
Implement tcgetwinsize() and tcsetwinsize() in libc, with access
via <termios.h> (and document them.) Bump libc minor number for them. Arrange for "struct winsize" to become visible in <termios.h> Fix stty(1) so that "cols" is reported as the arg to set number of columns, and "columns" is the alias, rather than the other way around, as "cols" is what has been added to POSIX. This is to conform with updates to be included in 1003.1 issue 8 (whenever that gets published) currently available at: http://austingroupbugs.net/view.php?id=1053 (see note 3863) http://austingroupbugs.net/view.php?id=1151 (see note 3856)
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r--lib/libc/shlib_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index da88408af2a..5ef3925c6cc 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.277 2017/10/05 04:38:08 dholland Exp $
+# $NetBSD: shlib_version,v 1.278 2017/10/25 06:32:59 kre Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -52,4 +52,4 @@
# - clean-up initialisation order between crt0.o, rtld and libc.
# - move environ and __ps_strings from crt0.o into libc.
major=12
-minor=208
+minor=209