projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e146177
)
PTR vs. void*. Sorry.
author
Sean Eric Fagan
<sef@cygnus>
Thu, 21 May 1992 20:14:08 +0000
(20:14 +0000)
committer
Sean Eric Fagan
<sef@cygnus>
Thu, 21 May 1992 20:14:08 +0000
(20:14 +0000)
gdb/defs.h
patch
|
blob
|
history
diff --git
a/gdb/defs.h
b/gdb/defs.h
index 13de0e2d0693e1623263fc48bf61c6ab124e79b2..d8b98c0d6ff348c1450f4e72792d75779449abb0 100644
(file)
--- 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 *)));