add a compatible memrchr() function if the platform does not support it (e.g. old glibc). Patch courtesy to Thomas Jarosch

This commit is contained in:
Andreas Steffen
2009-01-09 01:19:45 +00:00
parent a205d9581d
commit 48032aed00
4 changed files with 50 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ utils/identification.c utils/identification.h \
utils/iterator.h \
utils/lexparser.c utils/lexparser.h \
utils/linked_list.c utils/linked_list.h \
utils/memrchr.c \
utils/hashtable.c utils/hashtable.h \
utils/enumerator.c utils/enumerator.h \
utils/optionsfrom.c utils/optionsfrom.h \