From 9c3a54d42ab0512bbeebe0b78e7dd743778a01a5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 26 Jun 1998 15:39:59 +0000 Subject: Update. * misc/sys/cdefs.h: Define __PMT. When using modern g++ define * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy, --- stdlib/stdlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/stdlib.h') diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 66ea4a589a..b159866538 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -604,13 +604,13 @@ typedef __compar_fn_t comparison_fn_t; /* Do a binary search for KEY in BASE, which consists of NMEMB elements of SIZE bytes each, using COMPAR to perform the comparisons. */ -extern __ptr_t bsearch __PMS ((__const __ptr_t __key, __const __ptr_t __base, +extern __ptr_t bsearch __PMT ((__const __ptr_t __key, __const __ptr_t __base, size_t __nmemb, size_t __size, __compar_fn_t __compar)); /* Sort NMEMB elements of BASE, of SIZE bytes each, using COMPAR to perform the comparisons. */ -extern void qsort __PMS ((__ptr_t __base, size_t __nmemb, size_t __size, +extern void qsort __PMT ((__ptr_t __base, size_t __nmemb, size_t __size, __compar_fn_t __compar)); -- cgit v1.2.3