Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102676093
D39645.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D39645.diff
View Options
diff --git a/sys/amd64/linux/linux.h b/sys/amd64/linux/linux.h
--- a/sys/amd64/linux/linux.h
+++ b/sys/amd64/linux/linux.h
@@ -90,7 +90,10 @@
/*
* Miscellaneous
*/
-#define LINUX_AT_COUNT 21 /* Count of used aux entry types. */
+#define LINUX_AT_COUNT 21 /* Count of used aux entry types.
+ * Keep this synchronized with
+ * linux_copyout_auxargs() code.
+ */
struct l___sysctl_args
{
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h
--- a/sys/amd64/linux32/linux.h
+++ b/sys/amd64/linux32/linux.h
@@ -105,7 +105,7 @@
*/
#define LINUX_AT_COUNT 22 /* Count of used aux entry types.
* Keep this synchronized with
- * linux_fixup_elf() code.
+ * linux_copyout_auxargs() code.
*/
struct l___sysctl_args
{
diff --git a/sys/arm64/linux/linux.h b/sys/arm64/linux/linux.h
--- a/sys/arm64/linux/linux.h
+++ b/sys/arm64/linux/linux.h
@@ -81,7 +81,10 @@
#define l_fd_set fd_set
/* Miscellaneous */
-#define LINUX_AT_COUNT 21
+#define LINUX_AT_COUNT 21 /* Count of used aux entry types.
+ * Keep this synchronized with
+ * linux_copyout_auxargs() code.
+ */
struct l___sysctl_args
{
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -97,7 +97,7 @@
*/
#define LINUX_AT_COUNT 21 /* Count of used aux entry types.
* Keep this synchronized with
- * linux_fixup_elf() code.
+ * linux_copyout_auxargs() code.
*/
struct l___sysctl_args
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 5:31 PM (22 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14655509
Default Alt Text
D39645.diff (1 KB)
Attached To
Mode
D39645: linux(4): Fix LINUX_AT_COUNT comments
Attached
Detach File
Event Timeline
Log In to Comment