[Libsysio-commit] HEAD: libsysio/include sysio.h
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2003-10-29 00:26:58
|
Update of /cvsroot/libsysio/libsysio/include In directory sc8-pr-cvs1:/tmp/cvs-serv15603/include Modified Files: sysio.h Log Message: Oops. It's lseek, not lsee4. Index: sysio.h =================================================================== RCS file: /cvsroot/libsysio/libsysio/include/sysio.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -w -b -B -p -r1.13 -r1.14 --- sysio.h 29 Oct 2003 00:10:42 -0000 1.13 +++ sysio.h 29 Oct 2003 00:25:53 -0000 1.14 @@ -160,7 +160,7 @@ extern int fcntl(int fd, int cmd, ...); extern int fstat(int fd, struct stat *buf); extern int fsync(int fd); extern char *getcwd(char *buf, size_t size); -extern off_t lsee4(int fd, off_t offset, int whence); +extern off_t lseek(int fd, off_t offset, int whence); #if _LARGEFILE64_SOURCE extern off64_t lseek64(int fd, off64_t offset, int whence); #endif |