aboutsummaryrefslogtreecommitdiff
path: root/include/regex.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-18fix error in constraints for static link libc init barrierRich Felker1-1/+1
commit 4390383b32250a941ec616e8bff6f568a801b1c0 inadvertently used "r" instead of "0" for the input constraint, which only happened to work for the configuration I tested it on because it usually makes sense for the compiler to choose the same input and output register.