00001 /* 00002 ** stcb.h for lseos in lseos-lib/libc/sysinterf 00003 ** 00004 ** Copyright (c)2004 Vianney Rancurel 00005 ** Login <vianney@epita.fr> 00006 ** 00007 ** Started on Thu Jun 24 15:32:21 2004 Vianney Rancurel 00008 ** Last update Mon Nov 29 18:20:52 2004 Vianney Rancurel 00009 */ 00010 #ifndef __SYSINTERF_STCB_H__ 00011 #define __SYSINTERF_STCB_H__ 1 00012 #include <libc.h> 00013 00014 /* PROTO stcb.c */ 00015 /* stcb.c */ 00016 int sclass(pid_t pid); 00017 int ssig(pid_t pid, struct s_usig *usig_returned); 00018 int stcb(u_int sel, struct s_tcb_export *tcb_returned); 00019 int stcb2(pid_t pid, struct s_tcb_export *tcb_returned); 00020 int slink(struct s_tcb_export *tcb_returned); 00021 #endif