diff options
Diffstat (limited to 'lib/hashtable.c')
| -rw-r--r-- | lib/hashtable.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/hashtable.c b/lib/hashtable.c index 670a704a4..94a7b6171 100644 --- a/lib/hashtable.c +++ b/lib/hashtable.c @@ -435,6 +435,7 @@ int hdelete_r(const char *key, struct hsearch_data *htab, int do_apply)   * hexport()   */ +#ifndef CONFIG_SPL_BUILD  /*   * Export the data stored in the hash table in linearized form.   * @@ -601,6 +602,7 @@ ssize_t hexport_r(struct hsearch_data *htab, const char sep,  	return size;  } +#endif  /* |