summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-12-01 20:00:39 +0000
committerjbj <devnull@localhost>1999-12-01 20:00:39 +0000
commit8da3fc6db1926f13aceb842860fbfd7d5a2871a5 (patch)
treec5eec7861c15ddf7b0d1ddacb7fdac1a6d8d40b4 /system.h
parent8289346751e2d994a83416e90a67b5c96f4b07cd (diff)
downloadlibrpm-tizen-8da3fc6db1926f13aceb842860fbfd7d5a2871a5.tar.gz
librpm-tizen-8da3fc6db1926f13aceb842860fbfd7d5a2871a5.tar.bz2
librpm-tizen-8da3fc6db1926f13aceb842860fbfd7d5a2871a5.zip
Solaris fiddles.
CVS patchset: 3449 CVS date: 1999/12/01 20:00:39
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/system.h b/system.h
index d337c393d..6b7fca12a 100644
--- a/system.h
+++ b/system.h
@@ -89,6 +89,10 @@ extern time_t timezone;
char *memchr ();
#endif
+#if !defined(HAVE_STPCPY)
+char * stpcpy(char * dest, const char * src);
+#endif
+
#include <errno.h>
#ifndef errno
extern int errno;