aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/pthreads.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-02-24 22:56:08 +0000
committerAndrew Cagney <cagney@redhat.com>2002-02-24 22:56:08 +0000
commit923620278bebe7f7169dfbefda6cbbabb739809f (patch)
tree9b3daeaa47a861cbf312a81470c6d580d42673ff /gdb/testsuite/gdb.threads/pthreads.c
parentca557f44a0548248b83712ade658eefe9c976923 (diff)
downloadfsf-binutils-gdb-923620278bebe7f7169dfbefda6cbbabb739809f.zip
fsf-binutils-gdb-923620278bebe7f7169dfbefda6cbbabb739809f.tar.gz
fsf-binutils-gdb-923620278bebe7f7169dfbefda6cbbabb739809f.tar.bz2
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/testsuite/gdb.threads/pthreads.c')
-rw-r--r--gdb/testsuite/gdb.threads/pthreads.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/pthreads.c b/gdb/testsuite/gdb.threads/pthreads.c
index 3df4c35..b8f126d 100644
--- a/gdb/testsuite/gdb.threads/pthreads.c
+++ b/gdb/testsuite/gdb.threads/pthreads.c
@@ -17,7 +17,8 @@
should issue an ERROR result.. */
#ifdef __linux__
-#define _MIT_POSIX_THREADS 1 /* Linux (or at least RedHat 4.0) needs this */
+#define _MIT_POSIX_THREADS 1 /* GNU/Linux (or at least RedHat 4.0)
+ needs this */
#endif
#include <pthread.h>