mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
255 B
Plaintext
25 lines
255 B
Plaintext
Description:
|
|
lseek() function: Reposition a file descriptor.
|
|
|
|
Files:
|
|
lib/lseek.c
|
|
m4/lseek.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FUNC_LSEEK
|
|
gl_UNISTD_MODULE_INDICATOR([lseek])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake
|