Add gettimeofday to linux_syscall_support.h
Patch by Adam Langley <agl@chromium.org>. R=me git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@565 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
b34b1d8525
commit
5c27539f91
1 changed files with 2 additions and 0 deletions
|
@ -2214,6 +2214,8 @@ struct kernel_statfs {
|
|||
#endif
|
||||
LSS_INLINE _syscall1(pid_t, getsid, pid_t, p)
|
||||
LSS_INLINE _syscall0(pid_t, _gettid)
|
||||
LSS_INLINE _syscall2(pid_t, gettimeofday, struct kernel_timeval*, t,
|
||||
void*, tz)
|
||||
LSS_INLINE _syscall5(int, setxattr, const char *,p,
|
||||
const char *, n, const void *,v,
|
||||
size_t, s, int, f)
|
||||
|
|
Loading…
Reference in a new issue