syscall_emul.hh (2680:246e7104f744) syscall_emul.hh (2687:9721a59675b8)
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;

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

244/// Target fchown() handler.
245SyscallReturn fchownFunc(SyscallDesc *desc, int num,
246 Process *p, ThreadContext *tc);
247
248/// Target fnctl() handler.
249SyscallReturn fcntlFunc(SyscallDesc *desc, int num,
250 Process *process, ThreadContext *tc);
251
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;

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

244/// Target fchown() handler.
245SyscallReturn fchownFunc(SyscallDesc *desc, int num,
246 Process *p, ThreadContext *tc);
247
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
252/// Target setuid() handler.
253SyscallReturn setuidFunc(SyscallDesc *desc, int num,
254 Process *p, ThreadContext *tc);
255
256/// Target getpid() handler.
257SyscallReturn getpidFunc(SyscallDesc *desc, int num,
258 Process *p, ThreadContext *tc);
259

--- 593 unchanged lines hidden ---
256/// Target setuid() handler.
257SyscallReturn setuidFunc(SyscallDesc *desc, int num,
258 Process *p, ThreadContext *tc);
259
260/// Target getpid() handler.
261SyscallReturn getpidFunc(SyscallDesc *desc, int num,
262 Process *p, ThreadContext *tc);
263

--- 593 unchanged lines hidden ---