mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
PTR vs. void*. Sorry.
This commit is contained in:
parent
e146177ed0
commit
18f034a768
@ -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 *)));
|
||||
|
Loading…
Reference in New Issue
Block a user