remove cruft

This commit is contained in:
Julian Elischer 2002-06-29 07:16:24 +00:00
parent 44990b8cb8
commit 1f1bebd1b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99027

View File

@ -75,12 +75,4 @@ struct kse_global_mailbox
};
#define GMBXF_CRITICAL 0x00000001
/* some provisional sycalls: */
#ifndef _KERNEL
int kse_new(struct kse_mailbox *mbx, int new_grp_flag);
int kse_exit(void);
int thread_wakeup(struct thread_mailbox *tmbx);
int kse_wakeup(void);
#endif
#endif