mirror of
https://github.com/wiiu-env/libmocha.git
synced 2024-11-08 21:15:06 +01:00
9 lines
175 B
C++
9 lines
175 B
C++
#include "devoptab_fs.h"
|
|
|
|
int __fsa_link(struct _reent *r,
|
|
const char *existing,
|
|
const char *newLink) {
|
|
r->_errno = ENOSYS;
|
|
return -1;
|
|
}
|