diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-03-30 22:00:57 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-03-30 22:00:57 -0400 |
commit | 83fe108b0a9bc4f2deb14695bb0c8b2011e79f28 (patch) | |
tree | 45fb9b64d56bc4f69cbf173e56b18d73873dd341 /ChangeLog | |
parent | bb2420590cb2d7d3e580708d21e875d6562ae3c9 (diff) | |
download | glibc-83fe108b0a9bc4f2deb14695bb0c8b2011e79f28.tar glibc-83fe108b0a9bc4f2deb14695bb0c8b2011e79f28.tar.gz glibc-83fe108b0a9bc4f2deb14695bb0c8b2011e79f28.tar.bz2 glibc-83fe108b0a9bc4f2deb14695bb0c8b2011e79f28.zip |
Add clock_adjtime syscall.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-03-30 Ulrich Drepper <drepper@gmail.com> + + * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime. + * sysdeps/unix/sysv/linux/bits/time.h: New file. + * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition + to... + * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file. + 2011-03-22 Ulrich Drepper <drepper@gmail.com> * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment |