diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-14 09:19:50 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-14 09:19:50 +0000 |
commit | 1a1b0255d7888eefbb84de3eda6ddd2a24610134 (patch) | |
tree | 62b18edf5e4eaa986b9fa12acfa5c6183eac2568 /gcc/testsuite/gcc.dg/pthread-init-2.c | |
parent | 33f5c1b6b3df10ebac4ce0920aa52baa4f93fbed (diff) | |
download | gcc-1a1b0255d7888eefbb84de3eda6ddd2a24610134.tar.gz |
* gcc.dg/pthread-init-2.c (dg-options): Define _POSIX_C_SOURCE=199506L
on Solaris 2.5.1 too.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117728 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/pthread-init-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pthread-init-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pthread-init-2.c b/gcc/testsuite/gcc.dg/pthread-init-2.c index 2aebd6e2286..3a4d83eab2b 100644 --- a/gcc/testsuite/gcc.dg/pthread-init-2.c +++ b/gcc/testsuite/gcc.dg/pthread-init-2.c @@ -6,7 +6,7 @@ /* { dg-do compile } */ /* { dg-options "-Wextra -Wall -ansi" } */ -/* { dg-options "-Wextra -Wall -ansi -D_POSIX_C_SOURCE=199506L" { target { hppa*-*-hpux* } } } */ +/* { dg-options "-Wextra -Wall -ansi -D_POSIX_C_SOURCE=199506L" { target { hppa*-*-hpux* *-*-solaris2.5.1 } } } */ #include "pthread-init-common.h" |