diff --git a/libc/include/signal.h b/libc/include/signal.h index e326ddb1a..0159bf21c 100644 --- a/libc/include/signal.h +++ b/libc/include/signal.h @@ -44,9 +44,7 @@ #else /* For 32-bit, we're stuck with the definitions we already shipped, * even though they contain a sigset_t that's too small. */ -# define __ARCH_SI_UID_T __kernel_uid32_t /* TODO: 64-bit: remove this when we've switch 32-bit to uapi too. */ # include -# undef __ARCH_SI_UID_T #endif __BEGIN_DECLS