Deleted Added
full compact
siglist.c (1574) siglist.c (47289)
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 93 unchanged lines hidden (view full) ---

102 "Filesize limit exceeded", /* SIGXFSZ */
103 "Virtual timer expired", /* SIGVTALRM */
104 "Profiling timer expired", /* SIGPROF */
105 "Window size changes", /* SIGWINCH */
106 "Information request", /* SIGINFO */
107 "User defined signal 1", /* SIGUSR1 */
108 "User defined signal 2" /* SIGUSR2 */
109};
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 93 unchanged lines hidden (view full) ---

102 "Filesize limit exceeded", /* SIGXFSZ */
103 "Virtual timer expired", /* SIGVTALRM */
104 "Profiling timer expired", /* SIGPROF */
105 "Window size changes", /* SIGWINCH */
106 "Information request", /* SIGINFO */
107 "User defined signal 1", /* SIGUSR1 */
108 "User defined signal 2" /* SIGUSR2 */
109};
110const int sys_nsig = sizeof(sys_siglist) / sizeof(sys_siglist[0]);