diff options
Diffstat (limited to 'misc/search.h')
-rw-r--r-- | misc/search.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/search.h b/misc/search.h index 2b0106463d..1cd4fdb9ef 100644 --- a/misc/search.h +++ b/misc/search.h @@ -52,6 +52,10 @@ extern void remque __P ((void *__elem)); #ifndef __COMPAR_FN_T # define __COMPAR_FN_T typedef int (*__compar_fn_t) __P ((__const __ptr_t, __const __ptr_t)); + +# ifdef __USE_GNU +typedef __compar_fn_t comparison_fn_t; +# endif #endif /* Action which shall be performed in the call the hsearch. */ |