aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/fts.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync with upstream OpenBSD fts.c.Elliott Hughes2014-11-211-15/+24
| | | | Change-Id: Ia7e26b603f6461095b5a8d7e8a6cdf4f8279fa84
* Quiten warnings in fts.c.Elliott Hughes2014-07-011-7/+7
| | | | | | | | Also bring us closer to upstream. Sadly the Linux and BSD dirent structs don't match, so we'll never be completely in sync (and I don't think we can hide the difference with macro trickery). Change-Id: Ief4275856116cd1d5b5e0f9166db1ead9439515c
* Remove ALIGNBYTES and ALIGN from <sys/param.h>Calin Juravle2014-03-211-0/+3
| | | | | | | | | | There are only three users of bionic definition of ALIGN and keeping it in sys/param.h polutes the namespace. I inline the definition in the the three places that's used. Bug: 13400663 Change-Id: I565008e8426c38ffb07422f42cd8e547d53044e9
* Remove duplicate definitions of MIN and MAX.Elliott Hughes2014-02-171-2/+0
| | | | | | | | These were needed when bionic's header files were missing these macros (though it would have made a lot more sense to just fix the header files!) but cause warnings now. Change-Id: I65a677122f4f6bd07dffc3f37a0c4c0e823d1bb0
* Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-221-2/+2
| | | | | | | | Also add missing declarations to misc. functions. Fix clearerr() implementation (previous was broken). Handle feature test macros like _POSIX_C_SOURCE properly. Change-Id: Icdc973a6b9d550a166fc2545f727ea837fe800c4
* Add fts, err, and sys/queue for grepColin Cross2010-01-151-0/+1041
Change-Id: Id47514a1812d828e95efa2fab0e9c15c5b682b58