summaryrefslogtreecommitdiffstats
path: root/include/grp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grp.h')
-rw-r--r--include/grp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grp.h b/include/grp.h
index 8ac0371..e8a0702 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -70,7 +70,7 @@ int setgrent __P((void));
void endgrent __P((void));
void setgrfile __P((const char *));
int setgroupent __P((int));
-char *group_from_gid __P((gid_t, int));
+const char *group_from_gid __P((gid_t, int));
#endif
__END_DECLS
OpenPOWER on IntegriCloud