Peter S. Mazinger
|
f1c42c9e74
mmap64.c: use void * as in header, disable code that can't happen
|
13 years ago |
Mike Frysinger
|
b713a0b26f
mmap64: Use correct type for offset parameter
|
12 years ago |
Mike Frysinger
|
f6f98ad866
mmap64: use INLINE_SYSCALL() helper
|
12 years ago |
Mike Frysinger
|
47009e1e1c
mmap64: include stdint.h for uint64_t
|
12 years ago |
Mike Frysinger
|
3d744d6d36
mmap64: always use unsigned 64bit offsets
|
12 years ago |
Bernhard Reutner-Fischer
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
Mike Frysinger
|
8192a60a71
drop last _syscall6 checks
|
15 years ago |
Denis Vlasenko
|
b133fe1cac
next portion of libc_hidden_proto removal
|
16 years ago |
Bernhard Reutner-Fischer
|
fc44a577aa
- trim superfluous ';'. No objcode changes
|
16 years ago |
Bernhard Reutner-Fischer
|
f1775381f9
- fix inline keyword
|
16 years ago |
Peter Kjellerstedt
|
b947380b03
Restored indentation.
|
17 years ago |
Peter Kjellerstedt
|
8bd9107175
Made it compile again.
|
17 years ago |
Khem Raj
|
22a4424b0b
Fix arm mmap when using mmap2 syscall. Fixes bug #1303
|
17 years ago |
Peter S. Mazinger
|
3115acd52e
Move _lfs_64.h to include and adapt files
|
18 years ago |
Peter S. Mazinger
|
d958ebdfa9
Move common parts into internal header, should it be used for all *64.c?
|
18 years ago |
Peter Kjellerstedt
|
066a5e3e49
* Include sys/syscall.h so __NR_mmap2 and _syscall6 actually have a
|
18 years ago |
Peter Kjellerstedt
|
519e5c203b
A little clean up.
|
18 years ago |
Peter Kjellerstedt
|
aecc5b0cf7
Corrected a comment regarding mmap2().
|
18 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 |
Mike Frysinger
|
12e15afb67
use tabs for whitespace
|
19 years ago |
Peter S. Mazinger
|
77ccb5b1dc
mmap/mremap/socket/rewind gone
|
19 years ago |
Mike Frysinger
|
2b3e16cb62
get rid of unused sysdep.h header
|
19 years ago |
Peter S. Mazinger
|
95927614a8
Use local copy of sysdep.h
|
19 years ago |
Eric Andersen
|
57713139e9
Fix a couple of typos
|
21 years ago |
Eric Andersen
|
690f8b5a1e
oops. Fix the name so it is "mmap64", not "__mmap64"
|
21 years ago |
Eric Andersen
|
0849bd1b70
Actually, some arches do support _syscall6, so implement a generic version
|
21 years ago |
Eric Andersen
|
1f6145faf0
Mention that the common mmap64 is a stub and must be overridden
|
21 years ago |
Eric Andersen
|
6737908f74
Ok, this commit is _huge_ and its gonna change the world. I've
|
22 years ago |
Miles Bader
|
538aa2d871
Use __off64_t instead of off64_t.
|
22 years ago |