From 49d354ccdccd9ce09104f39ed79304f671294265 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 26 Mar 2003 23:41:57 +0000 Subject: [PATCH] (struct siginfo): Avoid no-op padding element. --- sysdeps/unix/sysv/linux/alpha/bits/siginfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/alpha/bits/siginfo.h b/sysdeps/unix/sysv/linux/alpha/bits/siginfo.h index d2e72c8cc5d..446394f0db6 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/siginfo.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/siginfo.h @@ -65,7 +65,6 @@ typedef struct siginfo { int si_tid; /* Timer ID. */ int si_overrun; /* Overrun count. */ - char _pad[sizeof (__uid_t) - sizeof (int)]; sigval_t si_sigval; /* Signal value. */ } _timer; -- 2.47.2