summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/getgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/getgid.c')
-rw-r--r--c/src/exec/posix/src/getgid.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/getgid.c b/c/src/exec/posix/src/getgid.c
index 4b50762ede..24bd88a2b4 100644
--- a/c/src/exec/posix/src/getgid.c
+++ b/c/src/exec/posix/src/getgid.c
@@ -15,7 +15,13 @@
#include <rtems/score/object.h>
#include <rtems/seterr.h>
+#include <rtems/libio_.h>
+
+/*
+ * MACRO in libio_.h
+ *
gid_t _POSIX_types_Gid = 0;
+*/
/*PAGE
*