]> 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:13:55 +0000 (11:13 +0300)
* tools/threadlibs.c [GC_OSF1_THREADS] (main): Print "\n" after "-lrt".

tools/threadlibs.c

index 96537bdb30e3cb3d5218850ca872cbf17e3a99e4..bebca536354e541720d96b9ea30c431d3cf1a8d3 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 */