repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
rdos
/
fork.c
blob
4b3381d61872d94d2da024e28bede8cb2150165b
1
#include
"config.h"
2
#include <_ansi.h>
3
#include <_syslist.h>
4
#include <errno.h>
5
6
int
fork
()
7
{
8
errno
=
ENOSYS
;
9
return
-
1
;
10
}