Deleted Added
sdiff udiff text old ( 6684:04cba5a03e2e ) new ( 6685:af13eb1b7f81 )
full compact
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 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 ---