repo.or.cz
/
kbuild-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kmkbuiltin/expr.c: file revision 1.17 from OpenBSD
[kbuild-mirror.git]
/
src
/
ash
/
win
/
unistd.h
blob
c725c42f6be2a8cd52d18de31da38b727d57c75e
1
#include
"mscfakes.h"
2
#include
"getopt.h"
3
#include
"process.h"
4
5
#define _SC_CLK_TCK 0x101
6
long
_sysconf
(
int
);
7
pid_t
fork
(
void
);
8
pid_t
getpid
(
void
);
9