File:sig.c - ikarishinjieva/unixV6-code-analyze-chs GitHub Wiki
3900 #
3901 /*
3902 */
3903
3904 #include "../param.h"
3905 #include "../systm.h"
3906 #include "../user.h"
3907 #include "../proc.h"
3908 #include "../inode.h"
3909 #include "../reg.h"
3910
3911 /*
3912 * Priority for tracing
3913 */
3914 #define IPCPRI (-1)
3915
3916 /*
3917 * Structure to access an array of integers.
3918 */
3919 struct
3920 {
3921 int inta[];
3922 };
3923 /* ------------------------- */