Added a B_CURRENT_TEAM constant - it's not available in BeOS, but it's

actually used at several places (like get_next_thread_info(), ...).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6682 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-02-23 03:32:44 +00:00
parent 2a3ec096a4
commit 7ba272b8b3
1 changed files with 3 additions and 2 deletions

View File

@ -187,7 +187,8 @@ typedef struct {
gid_t gid;
} team_info;
#define B_SYSTEM_TEAM 2
#define B_CURRENT_TEAM 0
#define B_SYSTEM_TEAM 2
extern status_t kill_team(team_id team);
/* see also: send_signal() */