search for: llseek64

Displaying 1 result from an estimated 1 matches for "llseek64".

Did you mean: lseek64
2001 Feb 08
1
question re:scp
...at64(6, {st_mode=S_IFIFO|0600, st_size=1, ...}) = 0 > old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40014000 > _llseek(6, 0, 0xbfffebc4, SEEK_CUR) = -1 ESPIPE (Illegal seek) > > so the correct fstat for files >2G is taken, but llseek instead of llseek64. > > *shrug* > > it's not a bug or something, and the solution via ssh host command and pipe is viable, > I just wanted to know whether I'm doing something very wrong here, that's all :) > > > I'm not trying to be a pain in the neck here, I just thought...