linux(4): Update syscalls.master to reflect struct l_old_stat

This commit is contained in:
Dmitry Chagin 2023-04-28 11:54:59 +03:00
parent 391fd1e1a1
commit 2370c7321f
2 changed files with 4 additions and 4 deletions

View File

@ -140,7 +140,7 @@
18 AUE_STAT STD {
int linux_stat(
char *path,
struct linux_stat *up
struct l_old_stat *up
);
}
19 AUE_LSEEK STD {
@ -452,7 +452,7 @@
84 AUE_LSTAT STD {
int linux_lstat(
char *path,
struct linux_lstat *up
struct l_old_stat *up
);
}
85 AUE_READLINK STD {

View File

@ -140,7 +140,7 @@
18 AUE_STAT STD {
int linux_stat(
char *path,
struct linux_stat *up
struct l_old_stat *up
);
}
19 AUE_LSEEK STD {
@ -452,7 +452,7 @@
84 AUE_LSTAT STD {
int linux_lstat(
char *path,
struct l_stat *up
struct l_old_stat *up
);
}
85 AUE_READLINK STD {