summaryrefslogtreecommitdiff
path: root/sys-apps/groff/files/groff-1.23.0-musl-getopt.patch
blob: d603ed98dc4e33e02506c2e56158ed76d41258d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/libs/libgroff/getopt.c
+++ b/src/libs/libgroff/getopt.c
@@ -122,7 +122,7 @@
    whose names are inconsistent.  */
 
 #ifndef getenv
-extern char *getenv ();
+extern char *getenv (const char *);
 #endif
 
 #endif /* not __GNU_LIBRARY__ */