diff options
| author | Gennady Sharapov <Gennady.V.Sharapov@intel.com> | 2006-01-08 04:01:29 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 23:13:39 -0500 |
| commit | 0805d89c151b4800eade4c2f50d39c5253d7d054 (patch) | |
| tree | 3ff8a48973e266f5e9eccf6aa38c80282aef12ca /arch/um/kernel | |
| parent | b2de464f7f0006bec162559a8db161869d32ee93 (diff) | |
[PATCH] uml: move libc-dependent code from signal_user.c
The serial UML OS-abstraction layer patch (um/kernel dir).
This moves all systemcalls from signal_user.c file under os-Linux dir
Signed-off-by: Gennady Sharapov <Gennady.V.Sharapov@intel.com>
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/kernel')
| -rw-r--r-- | arch/um/kernel/Makefile | 2 | ||||
| -rw-r--r-- | arch/um/kernel/irq_user.c | 1 | ||||
| -rw-r--r-- | arch/um/kernel/process_kern.c | 1 | ||||
| -rw-r--r-- | arch/um/kernel/signal_kern.c | 1 | ||||
| -rw-r--r-- | arch/um/kernel/signal_user.c | 157 | ||||
| -rw-r--r-- | arch/um/kernel/skas/include/skas.h | 1 | ||||
| -rw-r--r-- | arch/um/kernel/skas/process.c | 11 | ||||
| -rw-r--r-- | arch/um/kernel/skas/process_kern.c | 1 | ||||
| -rw-r--r-- | arch/um/kernel/skas/trap_user.c | 2 | ||||
| -rw-r--r-- | arch/um/kernel/time.c | 2 | ||||
| -rw-r--r-- | arch/um/kernel/trap_user.c | 1 | ||||
| -rw-r--r-- | arch/um/kernel/tt/exec_kern.c | 1 | ||||
| -rw-r--r-- | arch/um/kernel/tt/process_kern.c | 1 | ||||
| -rw-r--r-- | arch/um/kernel/tt/tracer.c | 1 | ||||
| -rw-r--r-- | arch/um/kernel/tt/trap_user.c | 2 |
15 files changed, 4 insertions, 181 deletions
diff --git a/arch/um/kernel/Makefile b/arch/um/kernel/Makefile index 6f7700593a6f..9ce6c57747a8 100644 --- a/arch/um/kernel/Makefile +++ b/arch/um/kernel/Makefile | |||
| @@ -9,7 +9,7 @@ clean-files := | |||
| 9 | obj-y = config.o exec_kern.o exitcode.o \ | 9 | obj-y = config.o exec_kern.o exitcode.o \ |
| 10 | init_task.o irq.o irq_user.o ksyms.o mem.o physmem.o \ | 10 | init_task.o irq.o irq_user.o ksyms.o mem.o physmem.o \ |
| 11 | process_kern.o ptrace.o reboot.o resource.o sigio_user.o sigio_kern.o \ | 11 | process_kern.o ptrace.o reboot.o resource.o sigio_user.o sigio_kern.o \ |
| 12 | signal_kern.o signal_user.o smp.o syscall_kern.o sysrq.o time.o \ | 12 | signal_kern.o smp.o syscall_kern.o sysrq.o time.o \ |
| 13 | time_kern.o tlb.o trap_kern.o trap_user.o uaccess.o um_arch.o umid.o \ | 13 | time_kern.o tlb.o trap_kern.o trap_user.o uaccess.o um_arch.o umid.o \ |
| 14 | user_util.o | 14 | user_util.o |
| 15 | 15 | ||
diff --git a/arch/um/kernel/irq_user.c b/arch/um/kernel/irq_user.c index 50a2aa35cda9..0e32f5f4a887 100644 --- a/arch/um/kernel/irq_user.c +++ b/arch/um/kernel/irq_user.c | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | #include "kern_util.h" | 15 | #include "kern_util.h" |
| 16 | #include "user.h" | 16 | #include "user.h" |
| 17 | #include "process.h" | 17 | #include "process.h" |
| 18 | #include "signal_user.h" | ||
| 19 | #include "sigio.h" | 18 | #include "sigio.h" |
| 20 | #include "irq_user.h" | 19 | #include "irq_user.h" |
| 21 | #include "os.h" | 20 | #include "os.h" |
diff --git a/arch/um/kernel/process_kern.c b/arch/um/kernel/process_kern.c index 651abf255bc5..d2d3f256778c 100644 --- a/arch/um/kernel/process_kern.c +++ b/arch/um/kernel/process_kern.c | |||
| @@ -36,7 +36,6 @@ | |||
| 36 | #include "kern_util.h" | 36 | #include "kern_util.h" |
| 37 | #include "kern.h" | 37 | #include "kern.h" |
| 38 | #include "signal_kern.h" | 38 | #include "signal_kern.h" |
| 39 | #include "signal_user.h" | ||
| 40 | #include "init.h" | 39 | #include "init.h" |
| 41 | #include "irq_user.h" | 40 | #include "irq_user.h" |
| 42 | #include "mem_user.h" | 41 | #include "mem_user.h" |
diff --git a/arch/um/kernel/signal_kern.c b/arch/um/kernel/signal_kern.c index 03618bd13d55..7b0e0e81c161 100644 --- a/arch/um/kernel/signal_kern.c +++ b/arch/um/kernel/signal_kern.c | |||
| @@ -22,7 +22,6 @@ | |||
| 22 | #include "asm/ucontext.h" | 22 | #include "asm/ucontext.h" |
| 23 | #include "kern_util.h" | 23 | #include "kern_util.h" |
| 24 | #include "signal_kern.h" | 24 | #include "signal_kern.h" |
| 25 | #include "signal_user.h" | ||
| 26 | #include "kern.h" | 25 | #include "kern.h" |
| 27 | #include "frame_kern.h" | 26 | #include "frame_kern.h" |
| 28 | #include "sigcontext.h" | 27 | #include "sigcontext.h" |
diff --git a/arch/um/kernel/signal_user.c b/arch/um/kernel/signal_user.c deleted file mode 100644 index 62f457835fb1..000000000000 --- a/arch/um/kernel/signal_user.c +++ /dev/null | |||
| @@ -1,157 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) | ||
| 3 | * Licensed under the GPL | ||
| 4 | */ | ||
| 5 | |||
| 6 | #include <stdio.h> | ||
| 7 | #include <unistd.h> | ||
| 8 | #include <stdlib.h> | ||
| 9 | #include <signal.h> | ||
| 10 | #include <errno.h> | ||
| 11 | #include <stdarg.h> | ||
| 12 | #include <string.h> | ||
| 13 | #include <sys/mman.h> | ||
| 14 | #include "user_util.h" | ||
| 15 | #include "kern_util.h" | ||
| 16 | #include "user.h" | ||
| 17 | #include "signal_user.h" | ||
| 18 | #include "signal_kern.h" | ||
| 19 | #include "sysdep/sigcontext.h" | ||
| 20 | #include "sigcontext.h" | ||
| 21 | |||
| 22 | void set_sigstack(void *sig_stack, int size) | ||
| 23 | { | ||
| 24 | stack_t stack = ((stack_t) { .ss_flags = 0, | ||
| 25 | .ss_sp = (__ptr_t) sig_stack, | ||
| 26 | .ss_size = size - sizeof(void *) }); | ||
| 27 | |||
| 28 | if(sigaltstack(&stack, NULL) != 0) | ||
| 29 | panic("enabling signal stack failed, errno = %d\n", errno); | ||
| 30 | } | ||
| 31 | |||
| 32 | void set_handler(int sig, void (*handler)(int), int flags, ...) | ||
| 33 | { | ||
| 34 | struct sigaction action; | ||
| 35 | va_list ap; | ||
| 36 | int mask; | ||
| 37 | |||
| 38 | va_start(ap, flags); | ||
| 39 | action.sa_handler = handler; | ||
| 40 | sigemptyset(&action.sa_mask); | ||
| 41 | while((mask = va_arg(ap, int)) != -1){ | ||
| 42 | sigaddset(&action.sa_mask, mask); | ||
| 43 | } | ||
| 44 | va_end(ap); | ||
| 45 | action.sa_flags = flags; | ||
| 46 | action.sa_restorer = NULL; | ||
| 47 | if(sigaction(sig, &action, NULL) < 0) | ||
| 48 | panic("sigaction failed"); | ||
| 49 | } | ||
| 50 | |||
| 51 | int change_sig(int signal, int on) | ||
| 52 | { | ||
| 53 | sigset_t sigset, old; | ||
| 54 | |||
| 55 | sigemptyset(&sigset); | ||
| 56 | sigaddset(&sigset, signal); | ||
| 57 | sigprocmask(on ? SIG_UNBLOCK : SIG_BLOCK, &sigset, &old); | ||
| 58 | return(!sigismember(&old, signal)); | ||
| 59 | } | ||
| 60 | |||
| 61 | /* Both here and in set/get_signal we don't touch SIGPROF, because we must not | ||
| 62 | * disable profiling; it's safe because the profiling code does not interact | ||
| 63 | * with the kernel code at all.*/ | ||
| 64 | |||
| 65 | static void change_signals(int type) | ||
| 66 | { | ||
| 67 | sigset_t mask; | ||
| 68 | |||
| 69 | sigemptyset(&mask); | ||
| 70 | sigaddset(&mask, SIGVTALRM); | ||
| 71 | sigaddset(&mask, SIGALRM); | ||
| 72 | sigaddset(&mask, SIGIO); | ||
| 73 | if(sigprocmask(type, &mask, NULL) < 0) | ||
| 74 | panic("Failed to change signal mask - errno = %d", errno); | ||
| 75 | } | ||
| 76 | |||
| 77 | void block_signals(void) | ||
| 78 | { | ||
| 79 | change_signals(SIG_BLOCK); | ||
| 80 | } | ||
| 81 | |||
| 82 | void unblock_signals(void) | ||
| 83 | { | ||
| 84 | change_signals(SIG_UNBLOCK); | ||
| 85 | } | ||
| 86 | |||
| 87 | /* These are the asynchronous signals. SIGVTALRM and SIGARLM are handled | ||
| 88 | * together under SIGVTALRM_BIT. SIGPROF is excluded because we want to | ||
| 89 | * be able to profile all of UML, not just the non-critical sections. If | ||
| 90 | * profiling is not thread-safe, then that is not my problem. We can disable | ||
| 91 | * profiling when SMP is enabled in that case. | ||
| 92 | */ | ||
| 93 | #define SIGIO_BIT 0 | ||
| 94 | #define SIGVTALRM_BIT 1 | ||
| 95 | |||
| 96 | static int enable_mask(sigset_t *mask) | ||
| 97 | { | ||
| 98 | int sigs; | ||
| 99 | |||
| 100 | sigs = sigismember(mask, SIGIO) ? 0 : 1 << SIGIO_BIT; | ||
| 101 | sigs |= sigismember(mask, SIGVTALRM) ? 0 : 1 << SIGVTALRM_BIT; | ||
| 102 | sigs |= sigismember(mask, SIGALRM) ? 0 : 1 << SIGVTALRM_BIT; | ||
| 103 | return(sigs); | ||
| 104 | } | ||
| 105 | |||
| 106 | int get_signals(void) | ||
| 107 | { | ||
| 108 | sigset_t mask; | ||
| 109 | |||
| 110 | if(sigprocmask(SIG_SETMASK, NULL, &mask) < 0) | ||
| 111 | panic("Failed to get signal mask"); | ||
| 112 | return(enable_mask(&mask)); | ||
| 113 | } | ||
| 114 | |||
| 115 | int set_signals(int enable) | ||
| 116 | { | ||
| 117 | sigset_t mask; | ||
| 118 | int ret; | ||
| 119 | |||
| 120 | sigemptyset(&mask); | ||
| 121 | if(enable & (1 << SIGIO_BIT)) | ||
| 122 | sigaddset(&mask, SIGIO); | ||
| 123 | if(enable & (1 << SIGVTALRM_BIT)){ | ||
| 124 | sigaddset(&mask, SIGVTALRM); | ||
| 125 | sigaddset(&mask, SIGALRM); | ||
| 126 | } | ||
| 127 | |||
| 128 | /* This is safe - sigprocmask is guaranteed to copy locally the | ||
| 129 | * value of new_set, do his work and then, at the end, write to | ||
| 130 | * old_set. | ||
| 131 | */ | ||
| 132 | if(sigprocmask(SIG_UNBLOCK, &mask, &mask) < 0) | ||
| 133 | panic("Failed to enable signals"); | ||
| 134 | ret = enable_mask(&mask); | ||
| 135 | sigemptyset(&mask); | ||
| 136 | if((enable & (1 << SIGIO_BIT)) == 0) | ||
| 137 | sigaddset(&mask, SIGIO); | ||
| 138 | if((enable & (1 << SIGVTALRM_BIT)) == 0){ | ||
| 139 | sigaddset(&mask, SIGVTALRM); | ||
| 140 | sigaddset(&mask, SIGALRM); | ||
| 141 | } | ||
| 142 | if(sigprocmask(SIG_BLOCK, &mask, NULL) < 0) | ||
| 143 | panic("Failed to block signals"); | ||
| 144 | |||
| 145 | return(ret); | ||
| 146 | } | ||
| 147 | |||
| 148 | /* | ||
| 149 | * Overrides for Emacs so that we follow Linus's tabbing style. | ||
| 150 | * Emacs will notice this stuff at the end of the file and automatically | ||
| 151 | * adjust the settings for this buffer only. This must remain at the end | ||
| 152 | * of the file. | ||
| 153 | * --------------------------------------------------------------------------- | ||
| 154 | * Local variables: | ||
| 155 | * c-file-style: "linux" | ||
| 156 | * End: | ||
| 157 | */ | ||
diff --git a/arch/um/kernel/skas/include/skas.h b/arch/um/kernel/skas/include/skas.h index daa2f85b684c..01d489de3986 100644 --- a/arch/um/kernel/skas/include/skas.h +++ b/arch/um/kernel/skas/include/skas.h | |||
| @@ -22,7 +22,6 @@ extern int start_idle_thread(void *stack, void *switch_buf_ptr, | |||
| 22 | extern int user_thread(unsigned long stack, int flags); | 22 | extern int user_thread(unsigned long stack, int flags); |
| 23 | extern void userspace(union uml_pt_regs *regs); | 23 | extern void userspace(union uml_pt_regs *regs); |
| 24 | extern void new_thread_proc(void *stack, void (*handler)(int sig)); | 24 | extern void new_thread_proc(void *stack, void (*handler)(int sig)); |
| 25 | extern void remove_sigstack(void); | ||
| 26 | extern void new_thread_handler(int sig); | 25 | extern void new_thread_handler(int sig); |
| 27 | extern void handle_syscall(union uml_pt_regs *regs); | 26 | extern void handle_syscall(union uml_pt_regs *regs); |
| 28 | extern int map(struct mm_id * mm_idp, unsigned long virt, | 27 | extern int map(struct mm_id * mm_idp, unsigned long virt, |
diff --git a/arch/um/kernel/skas/process.c b/arch/um/kernel/skas/process.c index 599d679bd4fc..9264d4021dfe 100644 --- a/arch/um/kernel/skas/process.c +++ b/arch/um/kernel/skas/process.c | |||
| @@ -31,7 +31,6 @@ | |||
| 31 | #include "proc_mm.h" | 31 | #include "proc_mm.h" |
| 32 | #include "skas_ptrace.h" | 32 | #include "skas_ptrace.h" |
| 33 | #include "chan_user.h" | 33 | #include "chan_user.h" |
| 34 | #include "signal_user.h" | ||
| 35 | #include "registers.h" | 34 | #include "registers.h" |
| 36 | #include "mem.h" | 35 | #include "mem.h" |
| 37 | #include "uml-config.h" | 36 | #include "uml-config.h" |
| @@ -514,16 +513,6 @@ int start_idle_thread(void *stack, void *switch_buf_ptr, void **fork_buf_ptr) | |||
| 514 | siglongjmp(**switch_buf, 1); | 513 | siglongjmp(**switch_buf, 1); |
| 515 | } | 514 | } |
| 516 | 515 | ||
| 517 | void remove_sigstack(void) | ||
| 518 | { | ||
| 519 | stack_t stack = ((stack_t) { .ss_flags = SS_DISABLE, | ||
| 520 | .ss_sp = NULL, | ||
| 521 | .ss_size = 0 }); | ||
| 522 | |||
| 523 | if(sigaltstack(&stack, NULL) != 0) | ||
| 524 | panic("disabling signal stack failed, errno = %d\n", errno); | ||
| 525 | } | ||
| 526 | |||
| 527 | void initial_thread_cb_skas(void (*proc)(void *), void *arg) | 516 | void initial_thread_cb_skas(void (*proc)(void *), void *arg) |
| 528 | { | 517 | { |
| 529 | sigjmp_buf here; | 518 | sigjmp_buf here; |
diff --git a/arch/um/kernel/skas/process_kern.c b/arch/um/kernel/skas/process_kern.c index 9c990253966c..09790ccb161c 100644 --- a/arch/um/kernel/skas/process_kern.c +++ b/arch/um/kernel/skas/process_kern.c | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | #include "asm/atomic.h" | 14 | #include "asm/atomic.h" |
| 15 | #include "kern_util.h" | 15 | #include "kern_util.h" |
| 16 | #include "time_user.h" | 16 | #include "time_user.h" |
| 17 | #include "signal_user.h" | ||
| 18 | #include "skas.h" | 17 | #include "skas.h" |
| 19 | #include "os.h" | 18 | #include "os.h" |
| 20 | #include "user_util.h" | 19 | #include "user_util.h" |
diff --git a/arch/um/kernel/skas/trap_user.c b/arch/um/kernel/skas/trap_user.c index 9950a6716fe5..28403d2cafe6 100644 --- a/arch/um/kernel/skas/trap_user.c +++ b/arch/um/kernel/skas/trap_user.c | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | #include <signal.h> | 6 | #include <signal.h> |
| 7 | #include <errno.h> | 7 | #include <errno.h> |
| 8 | #include "signal_user.h" | ||
| 9 | #include "user_util.h" | 8 | #include "user_util.h" |
| 10 | #include "kern_util.h" | 9 | #include "kern_util.h" |
| 11 | #include "task.h" | 10 | #include "task.h" |
| @@ -14,6 +13,7 @@ | |||
| 14 | #include "ptrace_user.h" | 13 | #include "ptrace_user.h" |
| 15 | #include "sysdep/ptrace.h" | 14 | #include "sysdep/ptrace.h" |
| 16 | #include "sysdep/ptrace_user.h" | 15 | #include "sysdep/ptrace_user.h" |
| 16 | #include "os.h" | ||
| 17 | 17 | ||
| 18 | void sig_handler_common_skas(int sig, void *sc_ptr) | 18 | void sig_handler_common_skas(int sig, void *sc_ptr) |
| 19 | { | 19 | { |
diff --git a/arch/um/kernel/time.c b/arch/um/kernel/time.c index c40b611e3d93..11f518a7e156 100644 --- a/arch/um/kernel/time.c +++ b/arch/um/kernel/time.c | |||
| @@ -14,9 +14,9 @@ | |||
| 14 | #include "kern_util.h" | 14 | #include "kern_util.h" |
| 15 | #include "user.h" | 15 | #include "user.h" |
| 16 | #include "process.h" | 16 | #include "process.h" |
| 17 | #include "signal_user.h" | ||
| 18 | #include "time_user.h" | 17 | #include "time_user.h" |
| 19 | #include "kern_constants.h" | 18 | #include "kern_constants.h" |
| 19 | #include "os.h" | ||
| 20 | 20 | ||
| 21 | /* XXX This really needs to be declared and initialized in a kernel file since | 21 | /* XXX This really needs to be declared and initialized in a kernel file since |
| 22 | * it's in <linux/time.h> | 22 | * it's in <linux/time.h> |
diff --git a/arch/um/kernel/trap_user.c b/arch/um/kernel/trap_user.c index e9ccd6b8d3c7..e55110725124 100644 --- a/arch/um/kernel/trap_user.c +++ b/arch/um/kernel/trap_user.c | |||
| @@ -17,7 +17,6 @@ | |||
| 17 | #include "sigcontext.h" | 17 | #include "sigcontext.h" |
| 18 | #include "sysdep/sigcontext.h" | 18 | #include "sysdep/sigcontext.h" |
| 19 | #include "irq_user.h" | 19 | #include "irq_user.h" |
| 20 | #include "signal_user.h" | ||
| 21 | #include "time_user.h" | 20 | #include "time_user.h" |
| 22 | #include "task.h" | 21 | #include "task.h" |
| 23 | #include "mode.h" | 22 | #include "mode.h" |
diff --git a/arch/um/kernel/tt/exec_kern.c b/arch/um/kernel/tt/exec_kern.c index 065b504a653b..136e54c47d37 100644 --- a/arch/um/kernel/tt/exec_kern.c +++ b/arch/um/kernel/tt/exec_kern.c | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | #include "kern_util.h" | 14 | #include "kern_util.h" |
| 15 | #include "irq_user.h" | 15 | #include "irq_user.h" |
| 16 | #include "time_user.h" | 16 | #include "time_user.h" |
| 17 | #include "signal_user.h" | ||
| 18 | #include "mem_user.h" | 17 | #include "mem_user.h" |
| 19 | #include "os.h" | 18 | #include "os.h" |
| 20 | #include "tlb.h" | 19 | #include "tlb.h" |
diff --git a/arch/um/kernel/tt/process_kern.c b/arch/um/kernel/tt/process_kern.c index cfaa373a6e77..14d4622a5fb8 100644 --- a/arch/um/kernel/tt/process_kern.c +++ b/arch/um/kernel/tt/process_kern.c | |||
| @@ -13,7 +13,6 @@ | |||
| 13 | #include "asm/ptrace.h" | 13 | #include "asm/ptrace.h" |
| 14 | #include "asm/tlbflush.h" | 14 | #include "asm/tlbflush.h" |
| 15 | #include "irq_user.h" | 15 | #include "irq_user.h" |
| 16 | #include "signal_user.h" | ||
| 17 | #include "kern_util.h" | 16 | #include "kern_util.h" |
| 18 | #include "user_util.h" | 17 | #include "user_util.h" |
| 19 | #include "os.h" | 18 | #include "os.h" |
diff --git a/arch/um/kernel/tt/tracer.c b/arch/um/kernel/tt/tracer.c index d11e7399d7a1..71daae24e48a 100644 --- a/arch/um/kernel/tt/tracer.c +++ b/arch/um/kernel/tt/tracer.c | |||
| @@ -19,7 +19,6 @@ | |||
| 19 | #include "sigcontext.h" | 19 | #include "sigcontext.h" |
| 20 | #include "sysdep/sigcontext.h" | 20 | #include "sysdep/sigcontext.h" |
| 21 | #include "os.h" | 21 | #include "os.h" |
| 22 | #include "signal_user.h" | ||
| 23 | #include "user_util.h" | 22 | #include "user_util.h" |
| 24 | #include "mem_user.h" | 23 | #include "mem_user.h" |
| 25 | #include "process.h" | 24 | #include "process.h" |
diff --git a/arch/um/kernel/tt/trap_user.c b/arch/um/kernel/tt/trap_user.c index fc108615beaf..7501900f8941 100644 --- a/arch/um/kernel/tt/trap_user.c +++ b/arch/um/kernel/tt/trap_user.c | |||
| @@ -8,11 +8,11 @@ | |||
| 8 | #include <signal.h> | 8 | #include <signal.h> |
| 9 | #include "sysdep/ptrace.h" | 9 | #include "sysdep/ptrace.h" |
| 10 | #include "sysdep/sigcontext.h" | 10 | #include "sysdep/sigcontext.h" |
| 11 | #include "signal_user.h" | ||
| 12 | #include "user_util.h" | 11 | #include "user_util.h" |
| 13 | #include "kern_util.h" | 12 | #include "kern_util.h" |
| 14 | #include "task.h" | 13 | #include "task.h" |
| 15 | #include "tt.h" | 14 | #include "tt.h" |
| 15 | #include "os.h" | ||
| 16 | 16 | ||
| 17 | void sig_handler_common_tt(int sig, void *sc_ptr) | 17 | void sig_handler_common_tt(int sig, void *sc_ptr) |
| 18 | { | 18 | { |
