Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify stub logic | Mike Frysinger | 2011-02-24 | 1 | -6/+0 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | - trim superfluous ';'. No objcode changes | Bernhard Reutner-Fischer | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | - only compile them if the respective syscalls are available | Bernhard Reutner-Fischer | 2008-09-24 | 1 | -3/+8 |
| | |||||
* | - remove a couple of duplicate includes | Bernhard Reutner-Fischer | 2008-08-27 | 1 | -1/+0 |
| | |||||
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -1/+1 |
| | | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | ||||
* | this code does not actually rely on INTERNAL_SYSCALL | Mike Frysinger | 2008-01-05 | 1 | -3/+1 |
| | |||||
* | Impl. linux syscalls sched_getaffinity/sched_setaffinity but | Joakim Tjernlund | 2007-02-12 | 1 | -0/+52 |
protect its use by #ifdef INTERNAL_SYSCALL since not all arch's has INTERNAL_SYSCALL. All arch's not having INTERNAL_SYSCALL in libc/sysdeps/linux/<arch>/bits/syscalls.h should get an update from glibc. |