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:
@@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef _OS_H
|
#ifndef _OS_H
|
||||||
#define _OS_H
|
#define _OS_H
|
||||||
|
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
#include <StorageDefs.h>
|
#include <StorageDefs.h>
|
||||||
@@ -187,7 +187,8 @@ typedef struct {
|
|||||||
gid_t gid;
|
gid_t gid;
|
||||||
} team_info;
|
} 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);
|
extern status_t kill_team(team_id team);
|
||||||
/* see also: send_signal() */
|
/* see also: send_signal() */
|
||||||
|
|||||||
Reference in New Issue
Block a user