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.
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)
}
#include <support/test-driver.c>
-
else
FAIL_EXIT1 ("ioctl (PIDFD_GET_INFO) failed: %m");
}
-
+
TEST_COMPARE (info.pid, pid);
TEST_COMPARE (info.ppid, getppid ());
TEST_COMPARE (info.ruid, getuid ());