From 0694e42c9c9789bd87fba7e6639b21d2f28e09d4 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Wed, 10 Apr 2024 21:33:16 +0200 Subject: tree: Remove ^L Remove ^L (0x0c) chars from source code. Signed-off-by: Petr Vorel --- libpthread/nptl/pthread_create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpthread') diff --git a/libpthread/nptl/pthread_create.c b/libpthread/nptl/pthread_create.c index 697af20e0..3d83a51fe 100644 --- a/libpthread/nptl/pthread_create.c +++ b/libpthread/nptl/pthread_create.c @@ -551,11 +551,11 @@ pthread_create ( return 0; } - + /* Information for libthread_db. */ #include "../nptl_db/db_info.c" - + /* If pthread_create is present, libgcc_eh.a and libsupc++.a expects some other POSIX thread functions to be present as well. */ PTHREAD_STATIC_FN_REQUIRE (pthread_mutex_lock) -- cgit v1.2.3