projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add prototype for __llseek.
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
unix
/
sysv
/
linux
/
llseek.c
diff --git
a/sysdeps/unix/sysv/linux/llseek.c
b/sysdeps/unix/sysv/linux/llseek.c
index
280f83d
..
e62223d
100644
(file)
--- a/
sysdeps/unix/sysv/linux/llseek.c
+++ b/
sysdeps/unix/sysv/linux/llseek.c
@@
-27,6
+27,8
@@
extern int __syscall__llseek (int fd, off_t offset_hi, off_t offset_lo,
loff_t *__unbounded result, int whence);
/* Seek to OFFSET on FD, starting from WHENCE. */
+extern loff_t __llseek (int fd, loff_t offset, int whence);
+
loff_t
__llseek (int fd, loff_t offset, int whence)
{