RTEMS
5.0.0
|
IMFS Create a New Symbolic Link Node. More...
Functions | |
int | IMFS_symlink (const rtems_filesystem_location_info_t *parentloc, const char *name, size_t namelen, const char *target) |
Create a new IMFS symbolic link node. More... | |
ssize_t | IMFS_readlink (const rtems_filesystem_location_info_t *loc, char *buf, size_t bufsize) |
Put IMFS symbolic link into buffer. More... | |
IMFS Create a New Symbolic Link Node.