Commit 2907bb22 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

Move rt_sigset_t to include/types.h

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent ec8cdcd7
...@@ -9,10 +9,6 @@ ...@@ -9,10 +9,6 @@
#ifdef CONFIG_X86_64 #ifdef CONFIG_X86_64
typedef struct {
unsigned long sig[1];
} rt_sigset_t;
static always_inline long syscall0(int nr) static always_inline long syscall0(int nr)
{ {
long ret; long ret;
......
...@@ -94,6 +94,10 @@ typedef signed char s8; ...@@ -94,6 +94,10 @@ typedef signed char s8;
#ifdef CONFIG_X86_64 #ifdef CONFIG_X86_64
typedef struct {
unsigned long sig[1];
} rt_sigset_t;
typedef struct { typedef struct {
unsigned int entry_number; unsigned int entry_number;
unsigned int base_addr; unsigned int base_addr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment