summaryrefslogtreecommitdiffstats
path: root/libc/include/regex.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64.Elliott Hughes2015-11-071-2/+3
| | | | | | | | | | bionic is built without _FILE_OFFSET_BITS=64, so internally regoff_t was 32-bit on LP32, but code compiled with _FILE_OFFSET_BITS would expect rm_so and rm_eo in struct regmatch_t to be 64-bit, leading to confusion. Bug: http://b/23566443 Change-Id: Iae92fa545104068e4f64ce1977f5ec616859638c
* Import regex from OpenBSDColin Cross2010-01-151-0/+105
Change-Id: I7ad7d907ef65e4e345f94777d730813b1270a612