summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2012-05-01 21:17:51 +0000
committerDmitry V. Levin <ldv@altlinux.org>2012-05-01 21:17:51 +0000
commita28fbfd523f9758438985847cf9cd6b9c08433b1 (patch)
tree245cb2e05e960659c1bbfff2799e09da792ce588 /NEWS
parent4ef3063c95f8f5e703d5612e963c3eaf1785713a (diff)
downloadstrace-a28fbfd523f9758438985847cf9cd6b9c08433b1.tar.gz
strace-a28fbfd523f9758438985847cf9cd6b9c08433b1.tar.bz2
strace-a28fbfd523f9758438985847cf9cd6b9c08433b1.tar.xz
Update STA_* constants
* time.c (adjtimex_status): Add STA_NANO, STA_MODE, and STA_CLK. * NEWS (Improvements): Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7fdb172..1f3de08 100644
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ Noteworthy changes in release 4.7
* Added syscall entries for new linux syscalls.
* Added syscall entries for direct socket system calls on powerpc.
* Updated the list of errno constants.
- * Updated lists of MSG_* and TCP_* constants.
+ * Updated lists of MSG_*, STA_*, and TCP_* constants.
* Regenerated the list of ioctl names from Linux 3.3.
* Enhanced switching between processes with different personalities.
* Enhanced signals reporting by using short signal names.