diff options
| author | Ricardo Branco <rbranco@suse.de> | 2026-04-18 10:11:44 +0000 |
|---|---|---|
| committer | Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org> | 2026-04-22 19:15:30 +0000 |
| commit | 1594fe0b1029f246b3a14c8b21637091968362aa (patch) | |
| tree | bb42b4388400c3e70b04086e123cfa529211a97a /sys/i386 | |
| parent | cff716c2854c167ef7ff3a4785f5faed9b0a4f98 (diff) | |
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/linux/syscalls.master | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index 2113ea51ac5d..b93f28acae14 100644 --- a/sys/i386/linux/syscalls.master +++ b/sys/i386/linux/syscalls.master @@ -2206,7 +2206,8 @@ 375 AUE_NULL STD { int linux_membarrier( l_int cmd, - l_int flags + l_uint flags, + l_int cpu_id ); } ; Linux 4.4: |
