Guo Ren
|
ad6c75c471
lseek.c: bugfix ltp lseek01.c
|
6 years ago |
Waldemar Brodkorb
|
52df983934
remove editor hints for vi
|
7 years ago |
Waldemar Brodkorb
|
74ca8d6f5d
remove UCLIBC_HAS_LFS
|
8 years ago |
Anton Kolesov
|
361285886a
lseek: Correct order of offset arguments
|
10 years ago |
Vineet Gupta
|
1759f84c2a
leek: if lseek syscall is not available, use lseek64 even for !LFS
|
11 years ago |
Markos Chandras
|
524744db1f
lseek: Use lseek64 is arch does not have the lseek syscall
|
11 years ago |
Bernhard Reutner-Fischer
|
a586f419f5
LT.old: reinstate build
|
11 years ago |
Bernd Schmidt
|
0e28f4b890
Accept either __NR__lseek or __NR_lseek
|
12 years ago |
Peter S. Mazinger
|
24edbbd53a
lseek, lseek64: add cancellation for all THREADS
|
13 years ago |
Peter S. Mazinger
|
29a778aa19
avoid circular dependency in lseek and llseek, providing a stub lseek
|
13 years ago |
Denis Vlasenko
|
147041d260
Reinstate __libc_foo's needed for linuxthreads.old.
|
15 years ago |
Denis Vlasenko
|
43ef9c6b3f
*: remove some __libc_XXX functions:
|
16 years ago |
Denis Vlasenko
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 years ago |
Denis Vlasenko
|
b133fe1cac
next portion of libc_hidden_proto removal
|
16 years ago |
Bernhard Reutner-Fischer
|
ae549acff0
- remove superfluous ';'. No objcode changes.
|
16 years ago |
Mike Frysinger
|
707608fef0
if __NR_lseek is not defined, then we fall back to calling the 64bit lseek
|
18 years ago |
Eric Andersen
|
ffd98ffec7
Take Mike Frysinger's comments into account -- make certain that user
|
18 years ago |
Peter S. Mazinger
|
22826bcb41
Weaken all that I remember being used in libpthread
|
18 years ago |
Peter S. Mazinger
|
9ca46ae789
Convert all the strong_aliases to weak that are cancelable in libpthread
|
19 years ago |
Peter S. Mazinger
|
28e6bc85de
Convert l*seek too to use __typeof
|
19 years ago |
Peter S. Mazinger
|
0d212a2b26
make gcc4 happy w/ hidden_def/proto, correct some typos
|
19 years ago |
Peter S. Mazinger
|
6f7dc709ed
make DODEBUG=y happy, update sysdeps/common/* copyright
|
19 years ago |
Peter S. Mazinger
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 years ago |
Peter S. Mazinger
|
3039e5421c
Some undefs to be pedantic
|
19 years ago |
Peter S. Mazinger
|
d4c18ff674
Hidden lseek[64], disabled llseek and _llseek for now, not in any headers
|
19 years ago |
Mike Frysinger
|
a7e14569d2
fix eriks e-mail address
|
20 years ago |
Eric Andersen
|
6334e558ab
Split up syscalls.c, since it had grown to be quite large and ugly.
|
21 years ago |