]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Pass glibc pre-commit checks
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Jan 2026 21:19:24 +0000 (13:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Jan 2026 21:42:03 +0000 (13:42 -0800)
This is needed for the next patch which updates copyright dates.
* elf/sprof.c:
* sysdeps/unix/sysv/linux/tst-pidfd_getinfo.c:
Remove trailing white space.
* misc/tst-atomic.c: Remove trailing empty line.

elf/sprof.c
misc/tst-atomic.c
sysdeps/unix/sysv/linux/tst-pidfd_getinfo.c

index 513e0470b2cd4d1f87d993067b85dd130e796eb2..ec4ae91a087504dc7ab8b3b65c66ccb334519b24 100644 (file)
@@ -681,7 +681,7 @@ load_shobj (const char *name)
          size_t size;
          if (INT_MULTIPLY_WRAPV (ehdr2.e_shnum, sizeof (ElfW(Shdr)), &size))
            error (EXIT_FAILURE, errno, _("too many section headers"));
-           
+
          ElfW(Shdr) *shdr2 = (ElfW(Shdr) *) alloca (size);
          PCHECK (size, ehdr2.e_shoff);
          if (pread (fd2, shdr2, size, ehdr2.e_shoff) != size)
index 04eff6eecde657ee4d1508b067d7afbbafa8385f..93e5cdc555800ffc80e6e0f14e1db380f325842e 100644 (file)
@@ -252,4 +252,3 @@ do_test (void)
 }
 
 #include <support/test-driver.c>
-
index f4a77816b43002d7572b100683ad58d75db0bb8a..132c53f5be15af3bfdef644026142f46279a1189 100644 (file)
@@ -51,7 +51,7 @@ do_test (void)
       else
        FAIL_EXIT1 ("ioctl (PIDFD_GET_INFO) failed: %m");
     }
-  
+
   TEST_COMPARE (info.pid, pid);
   TEST_COMPARE (info.ppid, getppid ());
   TEST_COMPARE (info.ruid, getuid ());