Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / machine / xstormy16 / mallocr.c
blobd54df0bdf11503d59ebd71287a76fcfd3835b08d
1 #include <malloc.h>
3 void *
4 _malloc_r (struct _reent *r, size_t sz)
6 return malloc (sz);