Firmwares/hello-world/bsp/libwrap/sys/stub.h

11 lines
176 B
C
Raw Normal View History

2018-09-25 18:31:29 +02:00
/* See LICENSE of license details. */
#ifndef _SIFIVE_SYS_STUB_H
#define _SIFIVE_SYS_STUB_H
static inline int _stub(int err)
{
return -1;
}
#endif /* _SIFIVE_SYS_STUB_H */