summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-11-23 19:50:52 +0000
committerjbj <devnull@localhost>2003-11-23 19:50:52 +0000
commit3dcfeb3f9aaf003f29d2c8c0c3a545953f529c08 (patch)
treea78f3112c1c5b7b5c8cd2ce4307056c3db758c35 /system.h
parentfda9ddca9bcd46cefc145c14cfd901906600c9d2 (diff)
downloadrpm-3dcfeb3f9aaf003f29d2c8c0c3a545953f529c08.tar.gz
rpm-3dcfeb3f9aaf003f29d2c8c0c3a545953f529c08.tar.bz2
rpm-3dcfeb3f9aaf003f29d2c8c0c3a545953f529c08.zip
Merge changes from rpm-4.2.1 development.
CVS patchset: 6959 CVS date: 2003/11/23 19:50:52
Diffstat (limited to 'system.h')
-rw-r--r--system.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/system.h b/system.h
index 447293524..953add55c 100644
--- a/system.h
+++ b/system.h
@@ -19,6 +19,14 @@ typedef unsigned char u_int8_t;
/*@-incondefs@*/ /* LCLint 3.0.0.15 */
typedef int int32_t;
/*@=incondefs@*/
+/* XXX from /usr/include/bits/sigset.h */
+/*@-sizeoftype@*/
+# define _SIGSET_NWORDS (1024 / (8 * sizeof (unsigned long int)))
+typedef struct
+ {
+ unsigned long int __val[_SIGSET_NWORDS];
+ } __sigset_t;
+/*@=sizeoftype@*/
/*@=redef@*/
#endif