summaryrefslogtreecommitdiff
path: root/bsp/libwrap/sys/stub.h
blob: fb5e5be55e472ff65895b2dd4df5466724d3394a (plain)
1
2
3
4
5
6
7
8
9
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 */