rework structure
This commit is contained in:
10
hifive1-vp/hello/bsp/libwrap/sys/stub.h
Normal file
10
hifive1-vp/hello/bsp/libwrap/sys/stub.h
Normal file
@ -0,0 +1,10 @@
|
||||
/* 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 */
|
Reference in New Issue
Block a user