Changeset 14281
- Timestamp:
- Sep 17, 2010, 3:50:27 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/unix-calls.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/unix-calls.c
r13606 r14281 144 144 return kill(getpid(), signum); 145 145 } 146 147 #ifdef ANDROID 148 /* I for one welcome our new Android overlords. */ 149 #ifndef __NR_sigaltstack 150 #define __NR_sigaltstack (__NR_SYSCALL_BASE+186) 151 #endif 152 int 153 sigaltstack(stack_t *in, stack_t *out) 154 { 155 return syscall(__NR_sigaltstack,in,out); 156 } 157 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
