about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sys/timex.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-28 13:53:14 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-28 13:53:14 +0000
commitd328b80b4e2620e0f34271a069b09c05ac16831d (patch)
tree1a4411dde3519fd834471a3ae11afc7366c1eb56 /sysdeps/unix/sysv/linux/sys/timex.h
parent51e176c2c2cd6d62d7619efb4aab569ded5a2416 (diff)
downloadglibc-d328b80b4e2620e0f34271a069b09c05ac16831d.tar.gz
glibc-d328b80b4e2620e0f34271a069b09c05ac16831d.tar.xz
glibc-d328b80b4e2620e0f34271a069b09c05ac16831d.zip
Update.
	* libio/genops.c (_IO_un_link): Move #ifdef introduced in last
	change in right place.

	* sysdeps/unix/sysv/linux/sys/timex.h: Add MAXTC from kernel
	header.  Suggested by Thomas Quinot <thomas@Cuivre.FR.EU.ORG>.

1999-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* libio/getc_u.c (__getc_unlocked): Avoid compiler warning.

1999-01-28  Ulrich Drepper  <drepper@cygnus.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys/timex.h')
-rw-r--r--sysdeps/unix/sysv/linux/sys/timex.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/timex.h b/sysdeps/unix/sysv/linux/sys/timex.h
index 7e2a475128..900341e545 100644
--- a/sysdeps/unix/sysv/linux/sys/timex.h
+++ b/sysdeps/unix/sysv/linux/sys/timex.h
@@ -22,7 +22,7 @@
 #include <features.h>
 #include <sys/time.h>
 
-/* These definitions from linux/timex.h as of 2.1.130.  */
+/* These definitions from linux/timex.h as of 2.2.0.  */
 
 struct ntptimeval
 {
@@ -111,6 +111,9 @@ struct timex
 #define TIME_ERROR	5	/* clock not synchronized */
 #define TIME_BAD	TIME_ERROR /* bw compat */
 
+/* Maximum time constant of the PLL.  */
+#define MAXTC		6
+
 __BEGIN_DECLS
 
 extern int __adjtimex __P ((struct timex *__ntx));