mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-03 13:59:28 +08:00
subr_hints.c: For RTEMS use static_hints
The user MUST provide a static_hints character array. For now, this must be manually constructed. In the future, we may want to consider loading it from a file.
This commit is contained in:
parent
4f8495ef66
commit
7a1309a304
@ -43,8 +43,7 @@ static int checkmethod = 1;
|
||||
static int use_kenv;
|
||||
static char *hintp;
|
||||
#ifdef __rtems__
|
||||
char static_hints[] = {};
|
||||
int hintmode = 2;
|
||||
int hintmode = 1; /* always use static_hints */
|
||||
#endif /* __rtems__ */
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user