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
(parent:
ca06ffc
)
Formerly mach/hurd/__lseek.c.~4~
author
roland
<roland>
Sun, 3 May 1992 19:53:44 +0000
(19:53 +0000)
committer
roland
<roland>
Sun, 3 May 1992 19:53:44 +0000
(19:53 +0000)
sysdeps/mach/hurd/lseek.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/lseek.c
b/sysdeps/mach/hurd/lseek.c
index
1f95150
..
99867b0
100644
(file)
--- a/
sysdeps/mach/hurd/lseek.c
+++ b/
sysdeps/mach/hurd/lseek.c
@@
-27,6
+27,6
@@
DEFUN(__lseek, (fd, offset, whence), int fd AND off_t offset AND int whence)
error_t err;
if (err = _HURD_DPORT_USE (fd,
__file_seek (port, offset, whence, &offset)))
- return __hurd_
fail (
err);
+ return __hurd_
dfail (fd,
err);
return offset;
}