aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/posix/stdlib.h
blob: 53e62896359c455ceb95f61a6efa386dc5fc9ab9 (plain)
1
2
3
4
5
6
7
8
#ifndef _POSIX_STDLIB_H
#define _POSIX_STDLIB_H

#include_next <stdlib.h>

#define realpath(p,r) strcpy(r,p)

#endif /* _POSIX_STDLIB_H */