commit | c962e0fd295525978de0d9a0af584f47a83d9699 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Jun 24 21:47:07 2014 -0500 |
committer | Rob Landley <rob@landley.net> | Tue Jun 24 21:47:07 2014 -0500 |
tree | 936a46bd17053617e2c014707beddaa6ebf8d810 | |
parent | 0aad9e4395c3077ed82c58981e9495586d6c8a01 [diff] |
Glibc and uClibc provide CERASE from termios.h, but musl requies you to #include a non-posix header and the maintainer considers this a feature. So just use the constant directly.