Re: [PATCH] getcpu.2: Document glibc wrapper instead of kernel syscall

2021-01-02 Thread Alejandro Colomar (man-pages)
On 1/2/21 9:41 AM, Michael Kerrisk (man-pages) wrote: > Hi Alex, > > On 12/30/20 10:41 PM, Alejandro Colomar wrote: >> The glibc wrapper doesn't provide the third argument. >> Simplify the info about the (unused) kernel parameter >> to the minimum that is useful. >> >> kernels <=2.6.23 are EOL

Re: [PATCH] getcpu.2: Document glibc wrapper instead of kernel syscall

2021-01-02 Thread Michael Kerrisk (man-pages)
Hi Alex, On 12/30/20 10:41 PM, Alejandro Colomar wrote: > The glibc wrapper doesn't provide the third argument. > Simplify the info about the (unused) kernel parameter > to the minimum that is useful. > > kernels <=2.6.23 are EOL since a long time ago. > > The old info is commented out instead

[PATCH] getcpu.2: Document glibc wrapper instead of kernel syscall

2020-12-30 Thread Alejandro Colomar
The glibc wrapper doesn't provide the third argument. Simplify the info about the (unused) kernel parameter to the minimum that is useful. kernels <=2.6.23 are EOL since a long time ago. The old info is commented out instead of removed. .. $ syscall='getcpu'; $ ret='int'; $ find glibc/