diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-23 20:52:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-23 20:52:06 +0000 |
commit | ec96e63a99d278321a435d00e37ae6c05b9282e1 (patch) | |
tree | 0b371590a5008037adb31d8df41e20de03199683 /libexec/ld.so/amd64/syscall.h | |
parent | c1ecfaeb24fab9bbb95082794e7ab1a1989d41e7 (diff) |
pretty
Diffstat (limited to 'libexec/ld.so/amd64/syscall.h')
-rw-r--r-- | libexec/ld.so/amd64/syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/amd64/syscall.h b/libexec/ld.so/amd64/syscall.h index 91436a14f2f..0656c00f685 100644 --- a/libexec/ld.so/amd64/syscall.h +++ b/libexec/ld.so/amd64/syscall.h @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.h,v 1.1 2004/02/10 14:18:14 drahn Exp $ */ +/* $OpenBSD: syscall.h,v 1.2 2004/02/23 20:52:05 deraadt Exp $ */ /* * Copyright (c) 2001 Niklas Hallqvist @@ -57,7 +57,7 @@ int _dl_sysctl(int *, u_int, void *, size_t *, void *, size_t); static inline off_t _dl_lseek(int fildes, off_t offset, int whence) { - return _dl__syscall((quad_t)SYS_lseek, fildes, 0, offset, whence); + return _dl__syscall((quad_t)SYS_lseek, fildes, 0, offset, whence); } #endif /*__DL_SYSCALL_H__*/ |