From 79962d89a95247509b345ae068a84575718edbd7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 20 Mar 2018 03:00:15 +0100 Subject: hurd: Code style fixes No code change. --- sysdeps/mach/hurd/errno-loc.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'sysdeps/mach/hurd') diff --git a/sysdeps/mach/hurd/errno-loc.c b/sysdeps/mach/hurd/errno-loc.c index 95d0fe47c4..05e7673743 100644 --- a/sysdeps/mach/hurd/errno-loc.c +++ b/sysdeps/mach/hurd/errno-loc.c @@ -17,13 +17,11 @@ . */ #if IS_IN (rtld) -/* - * rtld can not access TLS too early, thus rtld_errno. - * - * Instead of making __open/__close pass errno from TLS to rtld_errno, simply - * use a weak __errno_location using rtld_errno, which will be overriden by the - * libc definition. - */ +/* rtld can not access TLS too early, thus rtld_errno. + + Instead of making __open/__close pass errno from TLS to rtld_errno, simply + use a weak __errno_location using rtld_errno, which will be overriden by the + libc definition. */ static int rtld_errno; int * weak_function __errno_location (void) -- cgit 1.4.1