repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
lseek
blob
ced4431235b24fc61c7fcc32e3537c8ecba84716
1
Description:
2
lseek() function: Reposition a file descriptor.
3
4
Files:
5
lib/lseek.c
6
m4/lseek.m4
7
8
Depends-on:
9
unistd
10
sys_types
11
largefile
12
msvc-nothrow [test $REPLACE_LSEEK = 1]
13
fstat [test $REPLACE_LSEEK = 1]
14
15
configure.ac:
16
gl_FUNC_LSEEK
17
if test $REPLACE_LSEEK = 1; then
18
AC_LIBOBJ([lseek])
19
fi
20
gl_UNISTD_MODULE_INDICATOR([lseek])
21
22
Makefile.am:
23
24
Include:
25
<unistd.h>
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
Eric Blake