]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.threads/pthreads.c
s/Linux/.../
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.threads / pthreads.c
index 3df4c359a27cbc56e5eb0934b54a2e4c01de30e6..b8f126debd016ca8d3d55f0b870797f9c618a55f 100644 (file)
@@ -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>