[systemd-devel] [PATCH] (resend) build-sys: use more generic regular expression to generate syscall-list.txt correctly.

Huang Hang seakage2h at gmail.com
Wed Aug 8 20:28:00 PDT 2012


It happened that a recent commit
276c54e7995493e59853a448a2d2c3b499b8a7de changed the line of code I
was trying to fix :(

Just rework the patch based on the latest master.

Thanks

On Thu, Aug 9, 2012 at 5:57 AM, Lennart Poettering
<lennart at poettering.net> wrote:
> On Thu, 09.08.12 05:10, Huang Hang (seakage2h at gmail.com) wrote:
>
>> Currently MIPS and ARM define syscall numbers for multiple ABI in one
>> <asm/unistd.h>. The #define statments for each syscall are formated as:
>>
>>  #define __NR_scname (BASE_OFFSET + sc_number)
>>
>> Thus we need a more generic regular expression to match these in awk.
>
> Hmm, that doesn't apply to current git?
>
> Lennart
>
> --
> Lennart Poettering - Red Hat, Inc.



-- 
Best regards,
Huang Hang


More information about the systemd-devel mailing list