about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-13 22:14:05 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-13 22:14:05 +0000
commit490dc9aa62445bdc3f5a84addd459398b9fdbe15 (patch)
treea4cca0e99a9b6823b6cb07ffaf367fc38c436a6c
parent7ae1fe4d8ffe389c905a8993e47d1bdcfd520ad7 (diff)
downloadglibc-490dc9aa62445bdc3f5a84addd459398b9fdbe15.tar.gz
glibc-490dc9aa62445bdc3f5a84addd459398b9fdbe15.tar.xz
glibc-490dc9aa62445bdc3f5a84addd459398b9fdbe15.zip
Update.
	* Make-dist (+tsrcs): Remove .args handling here as well.
-rw-r--r--ChangeLog2
-rw-r--r--Make-dist3
-rw-r--r--linuxthreads/ChangeLog3
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h3
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h3
5 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 82edce48f4..c4323e38d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* Make-dist (+tsrcs): Remove .args handling here as well.
+
 	* rt/Makefile (tests): Add tst-timer.
 	* sysdeps/generic/tst-timer.c: New file.
 
diff --git a/Make-dist b/Make-dist
index d59509ab15..a16ead7165 100644
--- a/Make-dist
+++ b/Make-dist
@@ -154,8 +154,7 @@ foo:=$(shell echo subdir foo >&2)
 
 +tsrcs := Makefile $(wildcard Versions) $(wildcard Depend) $(+tsrcs) \
 	  $(addsuffix .c,$(others) $(tests) $(test-srcs)) \
-	  $(wildcard $(addsuffix .input,$(tests) $(test-srcs)) \
-	  $(addsuffix .args,$(tests) $(test-srcs)))
+	  $(wildcard $(addsuffix .input,$(tests) $(test-srcs)))
 +tardeps := $(strip $(+tsrcs))
 
 verbose = v
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index ac107ad551..795c064f90 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,8 @@
 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_TIMERS): Define.
+	* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
+
 	* sysdeps/pthread/Makefile: Remove tests definition.
 
 2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
index ba9347fce0..1fde1010b0 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
+++ b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
@@ -128,4 +128,7 @@
 /* The `spawn' function family is supported.  */
 #define _POSIX_SPAWN	200912L
 
+/* We have POSIX timers.  */
+#define _POSIX_TIMERS	1
+
 #endif /* posix_opt.h */
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
index c89f6be8c1..d31206bc72 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
+++ b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
@@ -137,4 +137,7 @@
 /* The `spawn' function family is supported.  */
 #define _POSIX_SPAWN	200912L
 
+/* We have POSIX timers.  */
+#define _POSIX_TIMERS	1
+
 #endif /* posix_opt.h */