diff options
author | Elliott Hughes <enh@google.com> | 2013-12-20 17:26:30 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-12-20 17:26:30 -0800 |
commit | 68d89c7d65678871cb4ce629765193f956944730 (patch) | |
tree | 155c66e016168496ad682b70637a0399579b7ab1 /libc/include/signal.h | |
parent | 22323f91b11b0fbaa0a101a75e116132028a5817 (diff) | |
download | bionic-68d89c7d65678871cb4ce629765193f956944730.zip bionic-68d89c7d65678871cb4ce629765193f956944730.tar.gz bionic-68d89c7d65678871cb4ce629765193f956944730.tar.bz2 |
Remove some old kernel header cruft not needed with uapi.
Change-Id: If543b056ae40f0eb660be4a0629ad22f4c4cb92f
Diffstat (limited to 'libc/include/signal.h')
-rw-r--r-- | libc/include/signal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/include/signal.h b/libc/include/signal.h index e326ddb..0159bf2 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 <linux/signal.h> -# undef __ARCH_SI_UID_T #endif __BEGIN_DECLS |