index
:
mikroPhone
master
mikroPhone repository
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fw
/
fe310
/
bsp
/
gloss
/
sys_fork.c
blob: 64e67569fce8e7ceca88e011086e3f37a658b63b (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> int _fork() { errno = ENOSYS; return -1; }