summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches/160-add_openat_and_friends.patch
AgeCommit message (Collapse)Author
2009-01-02remove the openat() patch, as it's breaking quite a few packages.nbd
the problem is in the AT_FDCWD define, which packages check for to see if fdopenat, openat, fstatat, etc. are supported, but the patch only adds openat() and not the other functions. this should probably be fixed upstream and not just in openwrt. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13817 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-16openat is not an implemented syscall on linux-2.4, so make it only available ↵florian
for linux-2.6 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-14Add support for openat system call - this must be extended for the rest of ↵hcg
these system calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13200 3c298f89-4303-0410-b956-a3cf2f4a3e73