libmocha/source/devoptab/devoptab_fsa_link.cpp

9 lines
176 B
C++

#include "devoptab_fsa.h"
int __fsa_link(struct _reent *r,
const char *existing,
const char *newLink) {
r->_errno = ENOSYS;
return -1;
}