| 232 | } |
| 233 | |
| 234 | static bool |
| 235 | strict_posix2 (void) |
| 236 | { |
| 237 | int posix_ver = posix2_version (); |
| 238 | return 200112 <= posix_ver && posix_ver < 200809; |
| 239 | } |
| 240 | |
| 241 | /* Convert OPT to idx_t, reporting an error using MSGID if OPT is |
| 242 | invalid. Silently convert too-large values to IDX_MAX. */ |