projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7167c7f
)
fix redefintion of qsort_cmpf on RHEL5
author
John Ellson
<ellson@research.att.com>
Tue, 12 Jan 2016 14:16:27 +0000
(09:16 -0500)
committer
John Ellson
<ellson@research.att.com>
Tue, 12 Jan 2016 14:16:27 +0000
(09:16 -0500)
lib/common/types.h.in
patch
|
blob
|
history
diff --git
a/lib/common/types.h.in
b/lib/common/types.h.in
index cc75cd62be52b6d2b1bfcb9faaa4b9bdbe865e9c..9463c1624ef96a829741fcf55ee24d5559864a9d 100644
(file)
--- a/
lib/common/types.h.in
+++ b/
lib/common/types.h.in
@@
-42,7
+42,6
@@
typedef unsigned char boolean;
extern "C" {
#endif
- typedef int (*qsort_cmpf) (const void *, const void *);
typedef int (*bsearch_cmpf) (const void *, const void *);
typedef struct Agraph_s graph_t;
typedef struct Agnode_s node_t;