syscall_emul.hh (14129:7a41ca7e465c) syscall_emul.hh (14130:62df30844a66)
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * Copyright (c) 2015 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

--- 212 unchanged lines hidden (view full) ---

221SyscallReturn umaskFunc(SyscallDesc *desc, int num, ThreadContext *tc);
222
223/// Target gettid() handler.
224SyscallReturn gettidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
225
226/// Target chown() handler.
227SyscallReturn chownFunc(SyscallDesc *desc, int num, ThreadContext *tc);
228
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * Copyright (c) 2015 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

--- 212 unchanged lines hidden (view full) ---

221SyscallReturn umaskFunc(SyscallDesc *desc, int num, ThreadContext *tc);
222
223/// Target gettid() handler.
224SyscallReturn gettidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
225
226/// Target chown() handler.
227SyscallReturn chownFunc(SyscallDesc *desc, int num, ThreadContext *tc);
228
229/// Target getpgrpFunc() handler.
230SyscallReturn getpgrpFunc(SyscallDesc *desc, int num, ThreadContext *tc);
231
229/// Target setpgid() handler.
230SyscallReturn setpgidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
231
232/// Target fchown() handler.
233SyscallReturn fchownFunc(SyscallDesc *desc, int num, ThreadContext *tc);
234
235/// Target dup() handler.
236SyscallReturn dupFunc(SyscallDesc *desc, int num, ThreadContext *tc);

--- 2609 unchanged lines hidden ---
232/// Target setpgid() handler.
233SyscallReturn setpgidFunc(SyscallDesc *desc, int num, ThreadContext *tc);
234
235/// Target fchown() handler.
236SyscallReturn fchownFunc(SyscallDesc *desc, int num, ThreadContext *tc);
237
238/// Target dup() handler.
239SyscallReturn dupFunc(SyscallDesc *desc, int num, ThreadContext *tc);

--- 2609 unchanged lines hidden ---