syscall_emul.hh (6684:04cba5a03e2e) syscall_emul.hh (6685:af13eb1b7f81)
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;

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

255 LiveProcess *p, ThreadContext *tc);
256
257
258/// Target ftruncate() handler.
259SyscallReturn ftruncateFunc(SyscallDesc *desc, int num,
260 LiveProcess *p, ThreadContext *tc);
261
262
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;

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

255 LiveProcess *p, ThreadContext *tc);
256
257
258/// Target ftruncate() handler.
259SyscallReturn ftruncateFunc(SyscallDesc *desc, int num,
260 LiveProcess *p, ThreadContext *tc);
261
262
263/// Target ftruncate64() handler.
264SyscallReturn ftruncate64Func(SyscallDesc *desc, int num,
265 LiveProcess *p, ThreadContext *tc);
266
267
263/// Target umask() handler.
264SyscallReturn umaskFunc(SyscallDesc *desc, int num,
265 LiveProcess *p, ThreadContext *tc);
266
267
268/// Target chown() handler.
269SyscallReturn chownFunc(SyscallDesc *desc, int num,
270 LiveProcess *p, ThreadContext *tc);

--- 910 unchanged lines hidden ---
268/// Target umask() handler.
269SyscallReturn umaskFunc(SyscallDesc *desc, int num,
270 LiveProcess *p, ThreadContext *tc);
271
272
273/// Target chown() handler.
274SyscallReturn chownFunc(SyscallDesc *desc, int num,
275 LiveProcess *p, ThreadContext *tc);

--- 910 unchanged lines hidden ---