Fix a typo.
MFC after: 3 days
This commit is contained in:
parent
937c6a1882
commit
f138999141
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294620
@ -530,8 +530,8 @@ struct l_pollfd {
|
||||
|
||||
#define LINUX_ARCH_SET_GS 0x1001
|
||||
#define LINUX_ARCH_SET_FS 0x1002
|
||||
#define LINUX_ARCH_GET_GS 0x1003
|
||||
#define LINUX_ARCH_GET_FS 0x1004
|
||||
#define LINUX_ARCH_GET_FS 0x1003
|
||||
#define LINUX_ARCH_GET_GS 0x1004
|
||||
|
||||
#define linux_copyout_rusage(r, u) copyout(r, u, sizeof(*r))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user