diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-12-10 23:51:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-12-10 23:51:42 +0000 |
commit | ae18718f58a619abf463eca538c497972d24e173 (patch) | |
tree | f5846c2f572d694a81e6ec7d59b3c729550ef0c3 /sysdeps/unix/sysv/linux/sys | |
parent | b4354cf42008f12cac246759b64db0439a82ce67 (diff) | |
download | glibc-ae18718f58a619abf463eca538c497972d24e173.tar glibc-ae18718f58a619abf463eca538c497972d24e173.tar.gz glibc-ae18718f58a619abf463eca538c497972d24e173.tar.bz2 glibc-ae18718f58a619abf463eca538c497972d24e173.zip |
* sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
possible.
* sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
* sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/timex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/timex.h b/sysdeps/unix/sysv/linux/sys/timex.h index 773a5ab8d0..f7bd6e7929 100644 --- a/sysdeps/unix/sysv/linux/sys/timex.h +++ b/sysdeps/unix/sysv/linux/sys/timex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1999, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -69,6 +69,7 @@ struct timex #define ADJ_TIMECONST 0x0020 /* pll time constant */ #define ADJ_TICK 0x4000 /* tick value */ #define ADJ_OFFSET_SINGLESHOT 0x8001 /* old-fashioned adjtime */ +#define ADJ_OFFSET_SS_READ 0xa001 /* read-only adjtime */ /* xntp 3.4 compatibility names */ #define MOD_OFFSET ADJ_OFFSET |