Skip to content

Commit 7df1eb7

Browse files
committed
posixmodule: Be more specific in include comment.
1 parent f3af163 commit 7df1eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
#endif
150150

151151
#ifdef HAVE_SYS_RANDOM_H
152-
# include <sys/random.h> // GRND_RANDOM on !Linux
152+
# include <sys/random.h> // GRND_RANDOM on FreeBSD and NetBSD
153153
#endif
154154
#ifdef HAVE_LINUX_RANDOM_H
155155
# include <linux/random.h> // GRND_RANDOM

0 commit comments

Comments
 (0)