mirror of
https://github.com/wiiu-env/libmocha.git
synced 2026-09-06 17:34:30 -05:00
Add devoptab support to replace the libioushax devoptab
This commit is contained in:
8
source/devoptab/devoptab_fsa_link.cpp
Normal file
8
source/devoptab/devoptab_fsa_link.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "devoptab_fsa.h"
|
||||
|
||||
int __fsa_link(struct _reent *r,
|
||||
const char *existing,
|
||||
const char *newLink) {
|
||||
r->_errno = ENOSYS;
|
||||
return -1;
|
||||
}
|
||||
Reference in New Issue
Block a user