|
|
Message-ID: <alpine.LNX.2.20.1605101145520.31992@monopod.intra.ispras.ru>
Date: Tue, 10 May 2016 11:47:14 +0300 (MSK)
From: Alexander Monakov <amonakov@...ras.ru>
To: musl@...ts.openwall.com
Subject: Re: Deduplicating __NR_* and SYS_* syscall defines
On Tue, 10 May 2016, Alexander Monakov wrote:
> It's possible to avoid interleaving __NR_ and SYS_ definitions and keep
> current structure mostly intact:
>
> cp $< $@
> sed -e /^#define/s/__NR_/SYS_/p < $< >> $@
sed -n -e ...
Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.