about summary refs log tree commit diff
path: root/include/sys/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/sysctl.h')
-rw-r--r--include/sys/sysctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/sysctl.h b/include/sys/sysctl.h
index db8e08da4a..2a11226dd7 100644
--- a/include/sys/sysctl.h
+++ b/include/sys/sysctl.h
@@ -1,7 +1,7 @@
 #ifndef _SYS_SYSCTL_H
 #include_next <sys/sysctl.h>
 
-/* Read or write system parameters (Linux specific).  */
+/* Read or write system parameters (Linux, FreeBSD specific).  */
 extern int __sysctl (int *__name, int __nlen, void *__oldval,
 		     size_t *__oldlenp, void *__newval, size_t __newlen);