summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-07-23 17:04:22 -0700
committerRoland McGrath <roland@hack.frob.com>2015-07-23 17:04:22 -0700
commitb301e68e4b027340743d050aa32651039c1cb7bc (patch)
tree25e6d4249781cd1bbd4cdf17bf5d48b76b4c2271 /ChangeLog
parent42486917fd365275ced60dc2a1c5ca5ed7a0b8f3 (diff)
Make sysdeps/posix bring in login subdir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0edc1b5eb..f1b7bd7df1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2015-07-23 Roland McGrath <roland@hack.frob.com>
+ * sysdeps/unix/Subdirs: Moved ...
+ * sysdeps/posix/Subdirs: ... here.
+ * login/pty.h (struct termios, struct winsize): Add forward decls.
+ * login/openpty.c (openpty): Put ioctl call under [TIOCSWINSZ].
+ * sysdeps/nacl/glob.c: Just #include <sysdeps/wordsize-64/glob.c>.
+ * sysdeps/arm/nacl/libc.abilist: Updated.
+ * sysdeps/nacl/libutil.abilist: New file.
+
* bits/signum.h: Update comments to mention 1003.1-2013 too.
(SIGWINCH): New macro.