adds newlib-nano settings
This commit is contained in:
8
newlib-nano/stub.h
Normal file
8
newlib-nano/stub.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _LIBWRAP_STUB_H_
|
||||
#define _LIBWRAP_STUB_H_
|
||||
|
||||
static inline int _stub(int err) {
|
||||
return err?-1:-1;
|
||||
}
|
||||
|
||||
#endif /* _LIBWRAP_STUB_H_ */
|
Reference in New Issue
Block a user