Re: [PATCH] syscalls: Remove file path comments from headers
From: Sohil Mehta
Date: Thu Jun 22 2023 - 16:17:51 EST
On 6/22/2023 8:10 AM, Arnd Bergmann wrote:
> Applied to the asm-generic tree, thanks!
>
Great, thanks for the quick response.
While going through the comments, I was wondering if we have a
definition of what constitutes a deprecated syscall vs an obsolete one?
For deprecated we have some information saying:
> /*
> * Deprecated system calls which are still defined in
> * include/uapi/asm-generic/unistd.h and wanted by >= 1 arch
> */
But, I couldn't find anything for obsolete system calls.
Sohil