|
Message-ID: <20150913165826.GD17773@brightrain.aerifal.cx> Date: Sun, 13 Sep 2015 12:58:26 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: [PATCH] fix termios custom speed field names On Sun, Sep 13, 2015 at 06:47:38PM +0200, Felix Fietkau wrote: > Using c_ispeed/c_ospeed is necessary for setting custom baud rates not > covered by the existing defines (via BOTHER). > Rename those fields to match glibc/uClibc. Did you check that they actually work and match the kernel ABI? I seem to recallthat on most archs, the kernel ignores them. Since c_* is in the reserved namespace for this header, exposing these names is ok by the standard, but I wonder if having non-working fields visible breaks anything...? Rich
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.