summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/os_rtems.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/compat/os_rtems.h')
-rw-r--r--pjlib/include/pj/compat/os_rtems.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_rtems.h b/pjlib/include/pj/compat/os_rtems.h
index f764f9be..3f606561 100644
--- a/pjlib/include/pj/compat/os_rtems.h
+++ b/pjlib/include/pj/compat/os_rtems.h
@@ -128,6 +128,9 @@ typedef int socklen_t;
*/
#define PJ_THREAD_ALLOCATE_STACK 1
+/* RTEMS has socklen_t (does it? )*/
+#define PJ_HAS_SOCKLEN_T 1
+