Add devoptab support to replace the libioushax devoptab

This commit is contained in:
Maschell
2022-07-22 14:46:29 +02:00
parent 6019c6947a
commit 2ac50e4392
35 changed files with 1572 additions and 14 deletions

View 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;
}