fix redefintion of qsort_cmpf on RHEL5
authorJohn Ellson <ellson@research.att.com>
Tue, 12 Jan 2016 14:16:27 +0000 (09:16 -0500)
committerJohn Ellson <ellson@research.att.com>
Tue, 12 Jan 2016 14:16:27 +0000 (09:16 -0500)
lib/common/types.h.in

index cc75cd62be52b6d2b1bfcb9faaa4b9bdbe865e9c..9463c1624ef96a829741fcf55ee24d5559864a9d 100644 (file)
@@ -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;