Mercurial > hg > octave-lojdl > gnulib-hg
view modules/lseek @ 17138:42f6597efac3
* lib/regexec.c (re_search_internal): Fix grammar in comment.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 16 Oct 2012 16:01:05 -0700 |
parents | 6a9ea5d7b466 |
children |
line wrap: on
line source
Description: lseek() function: Reposition a file descriptor. Files: lib/lseek.c m4/lseek.m4 Depends-on: unistd sys_types largefile msvc-nothrow [test $REPLACE_LSEEK = 1] fstat [test $REPLACE_LSEEK = 1] configure.ac: gl_FUNC_LSEEK if test $REPLACE_LSEEK = 1; then AC_LIBOBJ([lseek]) fi gl_UNISTD_MODULE_INDICATOR([lseek]) Makefile.am: Include: <unistd.h> License: LGPLv2+ Maintainer: Eric Blake