diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 12:47:59 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 12:47:59 +0200 |
commit | 4a1e75d1393b9aee7fc8b69a9debdf45aab3053a (patch) | |
tree | b9f83f62dd602ac6abecd979fd7219ded0547928 /system.h | |
parent | 9f43fee26bc982945926d74d27844e5dbc829d70 (diff) | |
download | librpm-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -74,7 +74,6 @@ extern char ** environ; # include <string.h> #else # include <strings.h> -char *memchr (); #endif #if !defined(HAVE_STPCPY) |