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: lockf: Fix adding a new lock over multiple locks
[newlib-cygwin.git]
/
libgloss
/
riscv
/
sys_getcwd.c
blob
b0fb205d7dcf5e0d88771ce79b762605c782ef66
1
#include <machine/syscall.h>
2
#include <sys/types.h>
3
4
/* Stub. */
5
char
*
6
_getcwd
(
char
*
buf
,
size_t
size
)
7
{
8
return
NULL
;
9
}