Replace glibc tsearch() with a custom red-black tree implementation.
The library supplied tree estructure is not enought for our needs, due to its limited API. Thus, we have implemented a suitable red-black tree.
This commit is contained in:
@ -29,6 +29,7 @@ src_libisofs_la_SOURCES = \
|
||||
src/stream.c \
|
||||
src/util.h \
|
||||
src/util.c \
|
||||
src/util_rbtree.c \
|
||||
src/filesrc.h \
|
||||
src/filesrc.c \
|
||||
src/ecma119.h \
|
||||
|
Reference in New Issue
Block a user