linux(4): Fix LINUX_AT_COUNT comments

Differential Revision:	https://reviews.freebsd.org/D39645
MFC after:		1 month
This commit is contained in:
Dmitry Chagin 2023-04-22 22:16:43 +03:00
parent 7d8c983983
commit 56c5230afd
4 changed files with 10 additions and 4 deletions

View File

@ -90,7 +90,10 @@ typedef struct {
/*
* 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
{

View File

@ -105,7 +105,7 @@ typedef struct {
*/
#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
{

View File

@ -81,7 +81,10 @@ typedef struct {
#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
{

View File

@ -97,7 +97,7 @@ typedef struct {
*/
#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
{