aboutsummaryrefslogtreecommitdiff
path: root/lib/portability.h
AgeCommit message (Expand)Author
2013-03-11Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't...0.4.4Rob Landley
2013-03-09O_NOFOLLOW is specified by posix-2008 and varies by target, don't try to supp...Rob Landley
2013-02-24Comment updates and a policy statement about avoiding #define GNU_dammitRob Landley
2013-02-04More support for old (~2008) build environments, move the #ifdef checks for s...Rob Landley
2013-01-15Work around more random uClibc-specific breakage.Rob Landley
2012-12-01Fix ancient glibc workaround to force fstatat64Rob Landley
2012-11-26The headers of uClibc and older glibc got unhappy with O_DIRECTORY and some o...Rob Landley
2012-11-16More touch cleanup to use generic infrastructure: use getdate() from libc, us...Rob Landley
2012-11-13Older versions of glibc predated posix-2008. They still provide most of what ...0.4.1Rob Landley
2012-06-16More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyp...Rob Landley
2012-03-19Remove "feature test macros", replace non-portable fdprintf() with standard f...Rob Landley
2012-03-16Implement Apple and Android versions of getline(), getdelim(), and clearenv().Georgi Chorbadzhiyski
2012-03-07Consolidate headers.Rob Landley
2010-01-06Shut up even MORE gcc/glibc spurious warnings.Rob Landley
2007-11-15Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd.Rob Landley
2007-02-13MacOS X has a defective sed with no -r.Rob Landley
2007-02-03Teach build to build only the toys/*.c selected in .config, and teachRob Landley
2007-01-18Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, whichRob Landley
2007-01-14Add start of mke2fs/gene2fs, and some other stuff I've been working on.Rob Landley