repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
all-linux
/
bootstrap
/
preboot.c
blob
b4920bfa197ca37eef8c13bf155399b76d667645
1
/*
2
Copyright © 2015, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <unistd.h>
7
#include <syscall.h>
8
9
pid_t arostid
;
10
11
void
Host_PreBoot
()
12
{
13
arostid
=
syscall
(
SYS_gettid
);
14
}