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: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
rdos
/
unlink.c
blob
793631b6c40883c7725a991db61c659275af920c
1
#include
"config.h"
2
#include <_ansi.h>
3
#include <_syslist.h>
4
#include <errno.h>
5
6
int
unlink
(
char
*
name
)
7
{
8
errno
=
ENOSYS
;
9
return
-
1
;
10
}