Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Atsushi Nemoto writes: | Mike Frysinger | 2007-05-31 | 1 | -2/+1 |
| | | | | | http://www.opengroup.org/onlinepubs/009695399/functions/posix_fadvise.html states it returns error code instead of setting errno. | ||||
* | Add posix_fadvise posix_fadvise64 for arm. | Khem Raj | 2007-03-06 | 1 | -0/+16 |
| | | | | | Import INTERNAL_SYSCALL macro for i386 from glibc. Use above macro in posix_fadvise implementation if an arch defines it. | ||||
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
| | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | ||||
* | fix building on 64bit hosts | Mike Frysinger | 2006-01-21 | 1 | -0/+7 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -2/+2 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -5/+1 |
| | | | | missing headers, other jump relocs removed | ||||
* | kill off some unused warnings | Mike Frysinger | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | if arch doesnt provide _syscall6(), we need to alias the 64bit version | Mike Frysinger | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 |
| | | | | of __attribute__ ... | ||||
* | touchup how we declare the posix_fadvise functions and fix the case where ↵ | Mike Frysinger | 2005-12-01 | 1 | -8/+7 |
| | | | | posix_fadvise kernel call exists but not posix_fadvise64 | ||||
* | Make it compile for architectures which have __UCLIBC_HAS_LFS__ defined, | Peter Kjellerstedt | 2005-01-19 | 1 | -8/+8 |
| | | | | but neither __NR_fadvise64 nor __NR_fadvise64_64. | ||||
* | add posix_fadvise / posix_fadvise64 support | Mike Frysinger | 2005-01-17 | 1 | -0/+34 |