Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / machine / xstormy16 / freer.c
blobf79ef55495afffbade7fab13e9cdfd2396c1d7a8
1 #include <malloc.h>
3 void
4 _free_r (struct _reent *r, void *x)
6 free (x);