File tree Expand file tree Collapse file tree 15 files changed +43
-15
lines changed
Expand file tree Collapse file tree 15 files changed +43
-15
lines changed Original file line number Diff line number Diff line change @@ -694,6 +694,8 @@ syscall_enum! {
694694 file_getattr = 468 ,
695695 /// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
696696 file_setattr = 469 ,
697+ /// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
698+ listns = 470 ,
697699 }
698- LAST : file_setattr ;
700+ LAST : listns ;
699701}
Original file line number Diff line number Diff line change @@ -848,6 +848,8 @@ syscall_enum! {
848848 file_getattr = 468 ,
849849 /// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
850850 file_setattr = 469 ,
851+ /// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
852+ listns = 470 ,
851853 }
852- LAST : file_setattr ;
854+ LAST : listns ;
853855}
Original file line number Diff line number Diff line change @@ -694,6 +694,8 @@ syscall_enum! {
694694 file_getattr = 468 ,
695695 /// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
696696 file_setattr = 469 ,
697+ /// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
698+ listns = 470 ,
697699 }
698- LAST : file_setattr ;
700+ LAST : listns ;
699701}
Original file line number Diff line number Diff line change @@ -890,6 +890,8 @@ syscall_enum! {
890890 file_getattr = 4468 ,
891891 /// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
892892 file_setattr = 4469 ,
893+ /// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
894+ listns = 4470 ,
893895 }
894- LAST : file_setattr ;
896+ LAST : listns ;
895897}
Original file line number Diff line number Diff line change @@ -748,6 +748,8 @@ syscall_enum! {
748748 file_getattr = 5468 ,
749749 /// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
750750 file_setattr = 5469 ,
751+ /// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
752+ listns = 5470 ,
751753 }
752- LAST : file_setattr ;
754+ LAST : listns ;
753755}
Original file line number Diff line number Diff line change @@ -904,6 +904,8 @@ syscall_enum! {
904904 file_getattr = 468 ,
905905 /// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
906906 file_setattr = 469 ,
907+ /// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
908+ listns = 470 ,
907909 }
908- LAST : file_setattr ;
910+ LAST : listns ;
909911}
Original file line number Diff line number Diff line change @@ -848,6 +848,8 @@ syscall_enum! {
848848 file_getattr = 468 ,
849849 /// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
850850 file_setattr = 469 ,
851+ /// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
852+ listns = 470 ,
851853 }
852- LAST : file_setattr ;
854+ LAST : listns ;
853855}
Original file line number Diff line number Diff line change @@ -640,6 +640,8 @@ syscall_enum! {
640640 file_getattr = 468 ,
641641 /// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
642642 file_setattr = 469 ,
643+ /// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
644+ listns = 470 ,
643645 }
644- LAST : file_setattr ;
646+ LAST : listns ;
645647}
Original file line number Diff line number Diff line change @@ -656,6 +656,8 @@ syscall_enum! {
656656 file_getattr = 468 ,
657657 /// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
658658 file_setattr = 469 ,
659+ /// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
660+ listns = 470 ,
659661 }
660- LAST : file_setattr ;
662+ LAST : listns ;
661663}
Original file line number Diff line number Diff line change @@ -780,6 +780,8 @@ syscall_enum! {
780780 file_getattr = 468 ,
781781 /// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
782782 file_setattr = 469 ,
783+ /// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
784+ listns = 470 ,
783785 }
784- LAST : file_setattr ;
786+ LAST : listns ;
785787}
You can’t perform that action at this time.
0 commit comments