]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 13 Jun 2000 22:14:05 +0000 (22:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 13 Jun 2000 22:14:05 +0000 (22:14 +0000)
* Make-dist (+tsrcs): Remove .args handling here as well.

ChangeLog
Make-dist
linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h

index 82edce48f429497b8266d725728e6b241e4dac00..c4323e38d149992c98167f6c60a344081c4706ec 100644 (file)
--- 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.
 
index d59509ab153dc8bb1da4fd95aa3c96c40f927504..a16ead7165e14db9dd312838e8dd79a0d6b29ec1 100644 (file)
--- 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
index ac107ad5514e870ad104980802dc002fe9992a80..795c064f90a834560b1f94a74eb03cb27535fac0 100644 (file)
@@ -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>
index ba9347fce0fe8dbaebe334befdb05f9db1accdc4..1fde1010b0d9aee19fa9f90ed8f23760908f556b 100644 (file)
 /* The `spawn' function family is supported.  */
 #define _POSIX_SPAWN   200912L
 
+/* We have POSIX timers.  */
+#define _POSIX_TIMERS  1
+
 #endif /* posix_opt.h */
index c89f6be8c1a140d5ccf77899cfb665d175c26e70..d31206bc7299ceabdb7ff1b65a1a966f4a69e9cb 100644 (file)
 /* The `spawn' function family is supported.  */
 #define _POSIX_SPAWN   200912L
 
+/* We have POSIX timers.  */
+#define _POSIX_TIMERS  1
+
 #endif /* posix_opt.h */
This page took 0.066052 seconds and 5 git commands to generate.