index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
powerpc
/
pread_write.c
Age
Commit message (
Collapse
)
Author
2006-02-25
Move lseek64 into LFS guarded place
Peter S. Mazinger
2006-02-01
cast buf to get rid of warning
Mike Frysinger
2006-01-27
Add some prototypes to arch specific pread_write.c, mips has __mips64 ↵
Peter S. Mazinger
questionable ifdefs
2006-01-24
Convert all the strong_aliases to weak that are cancelable in libpthread
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵
Peter S. Mazinger
is a useless attempt
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵
Peter S. Mazinger
missing headers, other jump relocs removed
2005-12-13
Convert all users of earlier hiddens
Peter S. Mazinger
2003-02-24
Fixup some small issues that show up when large file support is disabled
Eric Andersen
2002-11-15
This draws from an old patch by David Blythe for the now-dead
Eric Andersen
unified syscall interface. I reworked his old patch considerably and cleaned up his version of bits/syscalls.h with some sneaky macro magic. And I implemented a powerpc correct version of pread/pwrite -Erik