From: Garrett C. <ris...@li...> - 2010-07-05 17:27:02
|
The branch, pu, has been updated via 1510cbb78e7eb882d885b5253fbfd92b6fd38ac0 (commit) via 01680d51328b33cd26d71a689c0552ccca7e5015 (commit) via 8d78db8ede38c10e677ce5c227f194d378a099dc (commit) via 0b83e63a3164bf3119f85da0131b7a74c0833812 (commit) via 6da95a6582aa88341173994a2546d8695e450e9a (commit) via d98cc91cb29ede62323c94d70887d5c31c03d24b (commit) from ca761d624c016aa10385579b668774b65eea13de (commit) - Log ----------------------------------------------------------------- commit 1510cbb78e7eb882d885b5253fbfd92b6fd38ac0 Author: Garrett Cooper <yan...@gm...> Date: Mon Jul 5 03:50:45 2010 -0700 Commit as many missing LDLIBS files as possible. Signed-off-by: Garrett Cooper <yan...@gm...> commit 01680d51328b33cd26d71a689c0552ccca7e5015 Author: Garrett Cooper <yan...@gm...> Date: Mon Jul 5 03:32:11 2010 -0700 Remove _XOPEN_SOURCE. Signed-off-by: Garrett Cooper <yan...@gm...> commit 8d78db8ede38c10e677ce5c227f194d378a099dc Author: Garrett Cooper <yan...@gm...> Date: Mon Jul 5 03:14:09 2010 -0700 Fix non-format based printf. Signed-off-by: Garrett Cooper <yan...@gm...> commit 0b83e63a3164bf3119f85da0131b7a74c0833812 Author: Garrett Cooper <yan...@gm...> Date: Mon Jul 5 03:10:18 2010 -0700 Commit more missing LDLIBS files. More to come... Signed-off-by: Garrett Cooper <yan...@gm...> commit 6da95a6582aa88341173994a2546d8695e450e9a Author: Garrett Cooper <yan...@gm...> Date: Mon Jul 5 02:45:19 2010 -0700 Commit another missing LDLIBS file. Signed-off-by: Garrett Cooper <yan...@gm...> commit d98cc91cb29ede62323c94d70887d5c31c03d24b Author: Garrett Cooper <yan...@gm...> Date: Mon Jul 5 02:40:40 2010 -0700 Typo snuck in. Signed-off-by: Garrett Cooper <yan...@gm...> ----------------------------------------------------------------------- Summary of changes: .../{behavior/timers => definitions/aio_h}/LDLIBS | 0 .../timers => interfaces/aio_cancel}/LDLIBS | 0 .../clock_getcpuclockid}/LDLIBS | 0 .../timers => interfaces/clock_getres}/LDLIBS | 0 .../timers => interfaces/clock_gettime}/LDLIBS | 0 .../timers => interfaces/clock_nanosleep}/LDLIBS | 0 .../timers => interfaces/mlockall}/LDLIBS | 0 .../{behavior/timers => interfaces/mmap}/LDLIBS | 0 .../timers => interfaces/nanosleep}/LDLIBS | 0 .../pthread_barrierattr_getpshared/LDLIBS | 2 +- .../conformance/interfaces/pthread_cancel/LDLIBS | 2 +- .../interfaces/pthread_cond_broadcast/LDLIBS | 2 +- .../interfaces/pthread_cond_broadcast/testfrmw.c | 2 +- .../interfaces/pthread_cond_destroy/LDLIBS | 2 +- .../interfaces/pthread_cond_destroy/testfrmw.c | 2 +- .../interfaces/pthread_cond_init/LDLIBS | 2 +- .../interfaces/pthread_cond_signal/LDLIBS | 2 +- .../interfaces/pthread_cond_timedwait/LDLIBS | 2 +- .../interfaces/pthread_condattr_setclock/LDLIBS | 2 +- .../conformance/interfaces/pthread_create/LDLIBS | 2 +- .../interfaces/pthread_create/testfrmw.c | 2 +- .../conformance/interfaces/pthread_detach/LDLIBS | 2 +- .../conformance/interfaces/pthread_join/LDLIBS | 2 +- .../conformance/interfaces/pthread_join/testfrmw.c | 2 +- .../interfaces/pthread_mutex_timedlock/LDLIBS | 2 +- .../interfaces/pthread_rwlock_timedrdlock/LDLIBS | 2 +- .../interfaces/pthread_rwlock_timedwrlock/LDLIBS | 2 +- .../pthread_rwlockattr_getpshared/LDLIBS | 2 +- .../conformance/interfaces/pthread_spin_init/2-1.c | 1 - .../interfaces/pthread_spin_init/LDLIBS | 2 +- .../timers => interfaces/sem_close}/LDLIBS | 0 .../conformance/interfaces/sem_init/LDLIBS | 2 +- .../conformance/interfaces/sem_init/testfrmw.c | 2 +- .../timers => interfaces/sem_open}/LDLIBS | 0 .../timers => interfaces/sem_post}/LDLIBS | 0 .../timers => interfaces/sem_timedwait}/LDLIBS | 0 .../timers => interfaces/sem_wait}/LDLIBS | 0 .../timers => interfaces/shm_open}/LDLIBS | 0 .../timers => interfaces/shm_unlink}/LDLIBS | 0 .../functional/threads/condvar/LDLIBS | 2 +- .../functional/threads/pi_test/CFLAGS | 1 + .../functional/threads/schedule/LDLIBS | 2 +- .../scripts/generate-makefiles.sh | 2 +- 43 files changed, 26 insertions(+), 26 deletions(-) copy testcases/open_posix_testsuite/conformance/{behavior/timers => definitions/aio_h}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/aio_cancel}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/clock_getcpuclockid}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/clock_getres}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/clock_gettime}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/clock_nanosleep}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/mlockall}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/mmap}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/nanosleep}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/sem_close}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/sem_open}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/sem_post}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/sem_timedwait}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/sem_wait}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/shm_open}/LDLIBS (100%) copy testcases/open_posix_testsuite/conformance/{behavior/timers => interfaces/shm_unlink}/LDLIBS (100%) create mode 100644 testcases/open_posix_testsuite/functional/threads/pi_test/CFLAGS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/definitions/aio_h/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/definitions/aio_h/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/clock_getres/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/mlockall/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/mlockall/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/mmap/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/mmap/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/nanosleep/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/testfrmw.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/testfrmw.c index 38adaa8..211e7d3 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/testfrmw.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/testfrmw.c @@ -54,7 +54,7 @@ void output( char * string, ... ) nw = time(NULL); now = localtime(&nw); if (now == NULL) - printf(ts); + printf("%s", ts); else printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min, now->tm_sec); va_start( ap, string); diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/testfrmw.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/testfrmw.c index 38adaa8..211e7d3 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/testfrmw.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/testfrmw.c @@ -54,7 +54,7 @@ void output( char * string, ... ) nw = time(NULL); now = localtime(&nw); if (now == NULL) - printf(ts); + printf("%s", ts); else printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min, now->tm_sec); va_start( ap, string); diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setclock/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setclock/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setclock/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setclock/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/testfrmw.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/testfrmw.c index 49ac749..4410afc 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/testfrmw.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/testfrmw.c @@ -56,7 +56,7 @@ void output( char * string, ... ) nw = time(NULL); now = localtime(&nw); if (now == NULL) - printf(ts); + printf("%s", ts); else printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min, now->tm_sec); va_start( ap, string); diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/testfrmw.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/testfrmw.c index 38adaa8..211e7d3 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/testfrmw.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/testfrmw.c @@ -54,7 +54,7 @@ void output( char * string, ... ) nw = time(NULL); now = localtime(&nw); if (now == NULL) - printf(ts); + printf("%s", ts); else printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min, now->tm_sec); va_start( ap, string); diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/2-1.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/2-1.c index 7db06c2..d3be36c 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/2-1.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/2-1.c @@ -23,7 +23,6 @@ */ -#define _XOPEN_SOURCE 600 #include <sys/mman.h> #include <sys/stat.h> #include <sys/wait.h> diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/sem_close/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/sem_close/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/interfaces/sem_init/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/sem_init/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/sem_init/LDLIBS +++ b/testcases/open_posix_testsuite/conformance/interfaces/sem_init/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/conformance/interfaces/sem_init/testfrmw.c b/testcases/open_posix_testsuite/conformance/interfaces/sem_init/testfrmw.c index 729e2d6..0d82630 100644 --- a/testcases/open_posix_testsuite/conformance/interfaces/sem_init/testfrmw.c +++ b/testcases/open_posix_testsuite/conformance/interfaces/sem_init/testfrmw.c @@ -54,7 +54,7 @@ void output( char * string, ... ) nw = time(NULL); now = localtime(&nw); if (now == NULL) - printf(ts); + printf("%s", ts); else printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min, now->tm_sec); va_start( ap, string); diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/sem_open/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/sem_open/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/sem_post/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/sem_post/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/sem_wait/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/shm_open/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/shm_open/LDLIBS diff --git a/testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS b/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/LDLIBS similarity index 100% copy from testcases/open_posix_testsuite/conformance/behavior/timers/LDLIBS copy to testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/LDLIBS diff --git a/testcases/open_posix_testsuite/functional/threads/condvar/LDLIBS b/testcases/open_posix_testsuite/functional/threads/condvar/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/functional/threads/condvar/LDLIBS +++ b/testcases/open_posix_testsuite/functional/threads/condvar/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/functional/threads/pi_test/CFLAGS b/testcases/open_posix_testsuite/functional/threads/pi_test/CFLAGS new file mode 100644 index 0000000..c837c79 --- /dev/null +++ b/testcases/open_posix_testsuite/functional/threads/pi_test/CFLAGS @@ -0,0 +1 @@ +-I../includes diff --git a/testcases/open_posix_testsuite/functional/threads/schedule/LDLIBS b/testcases/open_posix_testsuite/functional/threads/schedule/LDLIBS index 1d2c98f..4c7e2d8 100644 --- a/testcases/open_posix_testsuite/functional/threads/schedule/LDLIBS +++ b/testcases/open_posix_testsuite/functional/threads/schedule/LDLIBS @@ -1 +1 @@ --lpthread +-lpthread -lrt diff --git a/testcases/open_posix_testsuite/scripts/generate-makefiles.sh b/testcases/open_posix_testsuite/scripts/generate-makefiles.sh index e680805..6d79d58 100755 --- a/testcases/open_posix_testsuite/scripts/generate-makefiles.sh +++ b/testcases/open_posix_testsuite/scripts/generate-makefiles.sh @@ -31,7 +31,7 @@ generate_locate_test_makefile() { rm -f make-gen.$maketype -u +} generate_makefile() { hooks/post-receive -- ltp |