summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 12:47:59 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 12:47:59 +0200
commit4a1e75d1393b9aee7fc8b69a9debdf45aab3053a (patch)
treeb9f83f62dd602ac6abecd979fd7219ded0547928 /system.h
parent9f43fee26bc982945926d74d27844e5dbc829d70 (diff)
downloadlibrpm-tizen-4a1e75d1393b9aee7fc8b69a9debdf45aab3053a.tar.gz
librpm-tizen-4a1e75d1393b9aee7fc8b69a9debdf45aab3053a.tar.bz2
librpm-tizen-4a1e75d1393b9aee7fc8b69a9debdf45aab3053a.zip
We dont use memchr() anywhere
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/system.h b/system.h
index 15c7eed75..e9ba13a41 100644
--- a/system.h
+++ b/system.h
@@ -74,7 +74,6 @@ extern char ** environ;
# include <string.h>
#else
# include <strings.h>
-char *memchr ();
#endif
#if !defined(HAVE_STPCPY)