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
/
machine
/
xstormy16
/
mallocr.c
blob
d54df0bdf11503d59ebd71287a76fcfd3835b08d
1
#include <malloc.h>
2
3
void
*
4
_malloc_r
(
struct
_reent
*
r
,
size_t
sz
)
5
{
6
return
malloc
(
sz
);
7
}