From: Sean Eric Fagan Date: Thu, 21 May 1992 20:14:08 +0000 (+0000) Subject: PTR vs. void*. Sorry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18f034a76811696196f53ac4831f03d3fe08c9ec;p=binutils-gdb.git PTR vs. void*. Sorry. --- diff --git a/gdb/defs.h b/gdb/defs.h index 13de0e2d069..d8b98c0d6ff 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -651,7 +651,7 @@ free PARAMS ((void *)); /* 4.10.3.2 */ #endif /* MALLOC_INCOMPATIBLE */ -extern void * +extern PTR qsort PARAMS ((void *base, size_t nmemb, /* 4.10.5.2 */ size_t size, int (*comp)(const void *, const void *)));