diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:09:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:09:30 +0000 |
commit | 81749f1fe87e489c4e2e7408a0fae9370c3810b3 (patch) | |
tree | 2d1345a5762855b6577495d90ac134c4e92d7ff8 /src/arch-s390x.h | |
parent | Initial commit. (diff) | |
download | libseccomp-81749f1fe87e489c4e2e7408a0fae9370c3810b3.tar.xz libseccomp-81749f1fe87e489c4e2e7408a0fae9370c3810b3.zip |
Adding upstream version 2.5.5.upstream/2.5.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/arch-s390x.h')
-rw-r--r-- | src/arch-s390x.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/arch-s390x.h b/src/arch-s390x.h new file mode 100644 index 0000000..9592ec9 --- /dev/null +++ b/src/arch-s390x.h @@ -0,0 +1,13 @@ +/* + * Copyright 2015 IBM + * Author: Jan Willeke <willeke@linux.vnet.com.com> + */ + +#ifndef _ARCH_S390X_H +#define _ARCH_S390X_H + +#include "arch.h" + +ARCH_DECL(s390x) + +#endif |