]> granicus.if.org Git - gc/commitdiff
Fix missing EOLn output in threadlibs tool
authorIvan Maidanski <ivmai@mail.ru>
Wed, 17 Jan 2018 21:46:38 +0000 (00:46 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 19 Jan 2018 08:41:30 +0000 (11:41 +0300)
* tools/threadlibs.c [GC_OSF1_THREADS] (main): Print "\n" after "-lrt".

tools/threadlibs.c

index a97f91b8fc9670b4d29a122147fbf9d176404ae8..953f1e1c5b2a8c30a3cc2c052e2d01dab91dafad 100644 (file)
@@ -71,7 +71,7 @@ int main(void)
 #      endif
 #   endif
 #   if defined(GC_OSF1_THREADS)
-        printf("-pthread -lrt"); /* DOB: must be -pthread, not -lpthread */
+        printf("-pthread -lrt\n"); /* DOB: must be -pthread, not -lpthread */
 #   endif
     /* You need GCC 3.0.3 to build this one!            */
     /* DG/UX native gcc doesn't know what "-pthread" is */