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

extra/threadlibs.c

index 6d84efdbdacfe2bf92db335da76c5ae825d8b896..0a7fea1de1c20474a9e3da750d22b88535245c83 100644 (file)
@@ -72,7 +72,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 */