Re: ptrace.2: Simplify signature? s/enum \w*/int/

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/9/21 11:34 PM, Alejandro Colomar (man-pages) wrote:
[...]
> 
> Here are the glibc results (grepping though the kernel is taking much
> longer, but I guess the command will have ended by tomorrow morning, and
> I'll send you a follow-up.

There aren't syscalls using enum (as expected).

.../linux/linux$ func_list ../man-pages/man2 \
                 |while read -r f; do
                         grep_syscall $f;
                 done \
                 |grep enum;
.../linux/linux$


[...]

-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux