syscall_emul.hh (6701:4842482e1bd1) syscall_emul.hh (6703:2707e7b63f53)
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 truncate64() handler.
264SyscallReturn truncate64Func(SyscallDesc *desc, int num,
265 LiveProcess *p, ThreadContext *tc);
266
263/// Target ftruncate64() handler.
264SyscallReturn ftruncate64Func(SyscallDesc *desc, int num,
265 LiveProcess *p, ThreadContext *tc);
266
267
268/// Target umask() handler.
269SyscallReturn umaskFunc(SyscallDesc *desc, int num,
270 LiveProcess *p, ThreadContext *tc);

--- 954 unchanged lines hidden ---
267/// Target ftruncate64() handler.
268SyscallReturn ftruncate64Func(SyscallDesc *desc, int num,
269 LiveProcess *p, ThreadContext *tc);
270
271
272/// Target umask() handler.
273SyscallReturn umaskFunc(SyscallDesc *desc, int num,
274 LiveProcess *p, ThreadContext *tc);

--- 954 unchanged lines hidden ---