syscall_emul.hh (2875:9b6f6b75b187) syscall_emul.hh (3079:13d9c24a7bba)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

240SyscallReturn chownFunc(SyscallDesc *desc, int num,
241 Process *p, ThreadContext *tc);
242
243
244/// Target fchown() handler.
245SyscallReturn fchownFunc(SyscallDesc *desc, int num,
246 Process *p, ThreadContext *tc);
247
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

240SyscallReturn chownFunc(SyscallDesc *desc, int num,
241 Process *p, ThreadContext *tc);
242
243
244/// Target fchown() handler.
245SyscallReturn fchownFunc(SyscallDesc *desc, int num,
246 Process *p, ThreadContext *tc);
247
248/// Target dup() handler.
249SyscallReturn dupFunc(SyscallDesc *desc, int num,
250 Process *process, ThreadContext *tc);
251
248/// Target fnctl() handler.
249SyscallReturn fcntlFunc(SyscallDesc *desc, int num,
250 Process *process, ThreadContext *tc);
251
252/// Target fcntl64() handler.
253SyscallReturn fcntl64Func(SyscallDesc *desc, int num,
254 Process *process, ThreadContext *tc);
255

--- 601 unchanged lines hidden ---
252/// Target fnctl() handler.
253SyscallReturn fcntlFunc(SyscallDesc *desc, int num,
254 Process *process, ThreadContext *tc);
255
256/// Target fcntl64() handler.
257SyscallReturn fcntl64Func(SyscallDesc *desc, int num,
258 Process *process, ThreadContext *tc);
259

--- 601 unchanged lines hidden ---