Gedare Bloom created an issue: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5478



## Summary
<!--
Please provide as much information as possible such as error messages or 
attaching logs
-->

In file included from ../../../testsuites/samples/hello/init.c:33:
/mnt/devel/development/rtems/7/sparc-rtems7/include/regex.h:43:9: error: 
unknown type name 'off_t'
   43 | typedef off_t regoff_t;
      |     

## Steps to reproduce

Add #include <regex.h> to the top of a file, e.g.:

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 76b939818a..3a5233bfb0 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -30,9 +30,12 @@
 #include "config.h"
 #endif
 
+#include <regex.h>
+
 #include <rtems.h>
 #include <tmacros.h>




<!-- Pre-set options
- milestone
-->

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5478
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