From 490dc9aa62445bdc3f5a84addd459398b9fdbe15 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 13 Jun 2000 22:14:05 +0000 Subject: [PATCH] Update. * Make-dist (+tsrcs): Remove .args handling here as well. --- ChangeLog | 2 ++ Make-dist | 3 +-- linuxthreads/ChangeLog | 3 +++ linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h | 3 +++ linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h | 3 +++ 5 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 82edce4..c4323e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-06-13 Ulrich Drepper + * 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 d59509a..a16ead7 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 ac107ad..795c064 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 2000-06-13 Ulrich Drepper + * 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 diff --git a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h index ba9347f..1fde101 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 c89f6be..d31206b 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 */ -- 2.7.4