# File lib/fakefs/file.rb, line 465
    def sysseek(position, whence = SEEK_SET)
      seek(position, whence)
      pos
    end