summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-01-18 22:51:30 +0000
committerjbj <devnull@localhost>2002-01-18 22:51:30 +0000
commitc74fa2496545a34868e93ab830b304033781cde3 (patch)
treeb02775ad932ceb3dd34c99b157e5b25e3506accf /system.h
parent3ef59667d3d4c6e2c4a64d53dc60472abb607e26 (diff)
downloadrpm-c74fa2496545a34868e93ab830b304033781cde3.tar.gz
rpm-c74fa2496545a34868e93ab830b304033781cde3.tar.bz2
rpm-c74fa2496545a34868e93ab830b304033781cde3.zip
- missing key(s) on keyring when verifying a signature is now an error.
- remove dependency whiteout. - splint fiddles. CVS patchset: 5255 CVS date: 2002/01/18 22:51:30
Diffstat (limited to 'system.h')
-rw-r--r--system.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/system.h b/system.h
index 0b5fde11e..95674466d 100644
--- a/system.h
+++ b/system.h
@@ -180,6 +180,28 @@ char *alloca ();
#endif
#include <ctype.h>
+#if defined (__GLIBC__) && defined(__LCLINT__)
+/*@-declundef@*/
+/*@unchecked@*/
+extern __const __int32_t *__ctype_tolower;
+/*@unchecked@*/
+extern __const __int32_t *__ctype_toupper;
+/*@=declundef@*/
+
+/*@-exportlocal@*/
+extern int isalnum(int) __THROW /*@*/;
+extern int iscntrl(int) __THROW /*@*/;
+extern int isgraph(int) __THROW /*@*/;
+extern int islower(int) __THROW /*@*/;
+extern int ispunct(int) __THROW /*@*/;
+extern int isxdigit(int) __THROW /*@*/;
+extern int isascii(int) __THROW /*@*/;
+extern int toascii(int) __THROW /*@*/;
+extern int _toupper(int) __THROW /*@*/;
+extern int _tolower(int) __THROW /*@*/;
+/*@=exportlocal@*/
+
+#endif
#if HAVE_SYS_MMAN_H && !defined(__LCLINT__)
#include <sys/mman.h>