linux(4): Modify ioprio syscalls to match Linux
MFC after: 1 month
This commit is contained in:
@@ -1465,11 +1465,18 @@
|
||||
250 AUE_NULL STD {
|
||||
int linux_keyctl(void);
|
||||
}
|
||||
251 AUE_NULL STD {
|
||||
int linux_ioprio_set(void);
|
||||
251 AUE_SETPRIORITY STD {
|
||||
int linux_ioprio_set(
|
||||
l_int which,
|
||||
l_int who,
|
||||
l_int ioprio
|
||||
);
|
||||
}
|
||||
252 AUE_NULL STD {
|
||||
int linux_ioprio_get(void);
|
||||
252 AUE_GETPRIORITY STD {
|
||||
int linux_ioprio_get(
|
||||
l_int which,
|
||||
l_int who
|
||||
);
|
||||
}
|
||||
253 AUE_NULL STD {
|
||||
int linux_inotify_init(void);
|
||||
|
||||
@@ -1577,11 +1577,18 @@
|
||||
int linux_keyctl(void);
|
||||
}
|
||||
; Linux 2.6.13:
|
||||
289 AUE_NULL STD {
|
||||
int linux_ioprio_set(void);
|
||||
289 AUE_SETPRIORITY STD {
|
||||
int linux_ioprio_set(
|
||||
l_int which,
|
||||
l_int who,
|
||||
l_int ioprio
|
||||
);
|
||||
}
|
||||
290 AUE_NULL STD {
|
||||
int linux_ioprio_get(void);
|
||||
290 AUE_GETPRIORITY STD {
|
||||
int linux_ioprio_get(
|
||||
l_int which,
|
||||
l_int who
|
||||
);
|
||||
}
|
||||
291 AUE_NULL STD {
|
||||
int linux_inotify_init(void);
|
||||
|
||||
@@ -187,11 +187,18 @@
|
||||
l_ulong arg
|
||||
);
|
||||
}
|
||||
30 AUE_NULL STD {
|
||||
int linux_ioprio_set(void);
|
||||
30 AUE_SETPRIORITY STD {
|
||||
int linux_ioprio_set(
|
||||
l_int which,
|
||||
l_int who,
|
||||
l_int ioprio
|
||||
);
|
||||
}
|
||||
31 AUE_NULL STD {
|
||||
int linux_ioprio_get(void);
|
||||
31 AUE_GETPRIORITY STD {
|
||||
int linux_ioprio_get(
|
||||
l_int which,
|
||||
l_int who
|
||||
);
|
||||
}
|
||||
32 AUE_FLOCK NOPROTO {
|
||||
int flock(
|
||||
|
||||
@@ -1594,11 +1594,18 @@
|
||||
int linux_keyctl(void);
|
||||
}
|
||||
; Linux 2.6.13:
|
||||
289 AUE_NULL STD {
|
||||
int linux_ioprio_set(void);
|
||||
289 AUE_SETPRIORITY STD {
|
||||
int linux_ioprio_set(
|
||||
l_int which,
|
||||
l_int who,
|
||||
l_int ioprio
|
||||
);
|
||||
}
|
||||
290 AUE_NULL STD {
|
||||
int linux_ioprio_get(void);
|
||||
290 AUE_GETPRIORITY STD {
|
||||
int linux_ioprio_get(
|
||||
l_int which,
|
||||
l_int who
|
||||
);
|
||||
}
|
||||
291 AUE_NULL STD {
|
||||
int linux_inotify_init(void);
|
||||
|
||||
Reference in New Issue
Block a user