diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index b159866538..bd5b1e69f0 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -595,7 +595,7 @@ extern char *realpath __P ((__const char *__name, char *__resolved)); /* Shorthand for type of comparison functions. */ #ifndef __COMPAR_FN_T # define __COMPAR_FN_T -typedef int (*__compar_fn_t) __P ((__const __ptr_t, __const __ptr_t)); +typedef int (*__compar_fn_t) __PMT ((__const __ptr_t, __const __ptr_t)); # ifdef __USE_GNU typedef __compar_fn_t comparison_fn_t; |