Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / nonsfi / linux / linux_sys_private.h
1 /*
2  * Copyright 2014 The Native Client Authors. All rights reserved.
3  * Use of this source code is governed by a BSD-style license that can be
4  * found in the LICENSE file.
5  */
6
7 #ifndef NATIVE_CLIENT_SRC_NONSFI_LINUX_LINUX_SYS_PRIVATE_H_
8 #define NATIVE_CLIENT_SRC_NONSFI_LINUX_LINUX_SYS_PRIVATE_H_ 1
9
10 #include "native_client/src/include/nacl_base.h"
11 #include "native_client/src/nonsfi/linux/linux_syscall_structs.h"
12
13 EXTERN_C_BEGIN
14
15 int linux_sigaction(int signum, const struct linux_sigaction *act,
16                     struct linux_sigaction *oldact);
17
18 EXTERN_C_END
19
20 #endif