projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
892459c
)
Add prototype for __llseek.
author
drepper
<drepper>
Tue, 28 Nov 2000 07:37:27 +0000
(07:37 +0000)
committer
drepper
<drepper>
Tue, 28 Nov 2000 07:37:27 +0000
(07:37 +0000)
sysdeps/unix/sysv/linux/llseek.c
patch
|
blob
|
history
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)
{