* time.c (adjtimex_status): Add STA_NANO, STA_MODE, and STA_CLK.
* NEWS (Improvements): Mention it.
* 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.
#endif
#ifdef STA_CLOCKERR
{ STA_CLOCKERR, "STA_CLOCKERR" },
+#endif
+#ifdef STA_NANO
+ { STA_NANO, "STA_NANO" },
+#endif
+#ifdef STA_MODE
+ { STA_MODE, "STA_MODE" },
+#endif
+#ifdef STA_CLK
+ { STA_CLK, "STA_CLK" },
#endif
{ 0, NULL }
};