Commit d03f3ed
authored
Add recvmmsg & sendmmsg syscall number for loongarch64 (#13097)
Motivation:
Call correct recvmmsg and sendmmsg on loongarch64.
Modification:
Add #elif declarations to ensure we pick the correct syscall number for loongarch64.
Result:
Pick the correct syscall number depending on the system architecture.1 parent e530cd6 commit d03f3ed
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
118 | 124 | | |
119 | 125 | | |
120 | 126 | | |
| |||
0 commit comments