trap.h (348238dbd42306d9fb5d89ab393b840572cfeb0f) | trap.h (3be4e97d2b1d29a23b7a9998f7a124acd4e29f74) |
---|---|
1/*- 2 * Copyright (c) 1991, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * This code is derived from software contributed to Berkeley by 6 * Kenneth Almquist. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 29 unchanged lines hidden (view full) --- 38 39void clear_traps(void); 40int have_traps(void); 41void setsignal(int); 42void ignoresig(int); 43int issigchldtrapped(void); 44void onsig(int); 45void dotrap(void); | 1/*- 2 * Copyright (c) 1991, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * This code is derived from software contributed to Berkeley by 6 * Kenneth Almquist. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 29 unchanged lines hidden (view full) --- 38 39void clear_traps(void); 40int have_traps(void); 41void setsignal(int); 42void ignoresig(int); 43int issigchldtrapped(void); 44void onsig(int); 45void dotrap(void); |
46void setinteractive(int); | 46void setinteractive(void); |
47void exitshell(int) __dead2; 48void exitshell_savedstatus(void) __dead2; | 47void exitshell(int) __dead2; 48void exitshell_savedstatus(void) __dead2; |