• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /****************************************************************************
2  Derived from platforms/android-14/arch-arm/usr/include/asm-generic/signal.h
3  ****************************************************************************
4  ***
5  ***   This header was automatically generated from a Linux kernel header
6  ***   of the same name, to make information necessary for userspace to
7  ***   call into the kernel available to libc.  It contains only constants,
8  ***   structures, and macros generated from the original header, and thus,
9  ***   contains no copyrightable information.
10  ***
11  ****************************************************************************
12  ****************************************************************************/
13 #ifndef __ASM_GENERIC_SIGNAL_PORTABLE_H
14 #define __ASM_GENERIC_SIGNAL_PORTABLE_H
15 
16 #define SIG_BLOCK_PORTABLE   0
17 #define SIG_UNBLOCK_PORTABLE 1
18 #define SIG_SETMASK_PORTABLE 2
19 
20 #endif
21 
22