Move sysfs syscall to deprecated category

* linux/dummy.h (sys_sysfs): Move to the list of deprecated syscalls.
This commit is contained in:
Дмитрий Левин 2015-11-24 02:21:35 +00:00
parent a318cc0532
commit 10bd3157b8

View File

@ -32,7 +32,6 @@
#endif
/* still unfinished */
#define sys_sysfs printargs
#define sys_vm86 printargs
#define sys_vm86old printargs
@ -148,6 +147,7 @@
#define sys_bdflush printargs
#define sys_oldolduname printargs
#define sys_olduname printargs
#define sys_sysfs printargs
/* Who has STREAMS syscalls?
* Linux hasn't. Solaris has (had?).