Joel Sherrill commented: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5478#note_141842


POSIX does not require _regex.h_ to define _off_t_. It is referenced in the 
typedef for _regoff_t_.

_regex.h_ is from newlib. There are two instances of it in their source tree:

- ./newlib/libc/include/regex.h
- ./winsup/cygwin/include/regex.h

The _winsup_ version includes <sys/_types.h> and the newlib version does not. 
The solution is to copy that line from the _winsup_ version to the newlib 
version. 

After this is committed, the hash in the RSB will need updating..

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5478#note_141842
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to