Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up O_CLOEXEC handling | Mike Frysinger | 2009-10-07 | 1 | -0/+1 |
| | | | | | | | Drop the "#ifndef O_CLOEXEC" cruft, enable O_CLOEXEC in most fcntl.h headers, and import __ASSUME_O_CLOEXEC from glibc. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | - revert wrong r24049 | Bernhard Reutner-Fischer | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | Add hint for read ahead function in fcntl.h for AVR32 arch | Hans-Christian Egtvedt | 2008-11-03 | 1 | -0/+3 |
| | | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | avr32: add defines and prototype function for sync_file_range syscall | Hans-Christian Egtvedt | 2008-09-17 | 1 | -0/+15 |
| | | | | | | | This patch adds the needed defines and function prototype for the sync_file_range syscall on AVR32 architecture. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | avr32: splice(), vmsplice() and tee() support | Haavard Skinnemoen | 2008-05-28 | 1 | -0/+31 |
| | | | | | Add the necessary prototypes and definitions for splice(), vmsplice() and tee() to work. Without this, they won't even compile. | ||||
* | Fix whitespace damage in AVR32 libc bits header files. | Hans-Christian Egtvedt | 2008-04-24 | 1 | -80/+80 |
| | |||||
* | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt ↵ | Carmelo Amoroso | 2007-11-16 | 1 | -0/+165 |
<hcegtvedt@atmel.com> |