use namespace-safe __lseek for __stdio_seek instead of direct syscall
authorRich Felker <dalias@aerifal.cx>
Tue, 16 Jul 2019 22:31:33 +0000 (18:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 16 Jul 2019 22:31:33 +0000 (18:31 -0400)
commit03919b26ed41c31876db41f7cee076ced4513fad
treebe592d50551a1ee8c600e35f5420e840e76a2f5c
parentb07d45eb01e900f0176894fdedab62285f5cb8be
use namespace-safe __lseek for __stdio_seek instead of direct syscall

this probably saves a few bytes, avoids duplicating the clunky
lseek/_llseek syscall convention in two places, and sets the stage for
fixing broken seeks on x32 and mipsn32.
src/include/unistd.h
src/stdio/__stdio_seek.c
src/unistd/lseek.c