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
/
freer.c
blob
f79ef55495afffbade7fab13e9cdfd2396c1d7a8
1
#include <malloc.h>
2
3
void
4
_free_r
(
struct
_reent
*
r
,
void
*
x
)
5
{
6
free
(
x
);
7
}