Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 19 Apr 2012 14:03:42 -0700
From: Isaac Dunham <idunham@...abit.com>
To: musl@...ts.openwall.com
Subject: Re: [0/3] _BSD_SOURCE patches: termios, ctype, stdio

Here's the termios.h patch, though it's still missing CCEQ.
> For termios.h, there properly should be the CCEQ macro
> (#if (_BSD_SOURCE||_GNU_SOURCE) ).
> This is a one-line convenience macro, whether you look in the *BSD
> headers or glibc.
>  /* Compare a character C to a value VAL from the `c_cc'array in a 
> `struct termios'.  If VAL is _POSIX_VDISABLE, no character
> can match it.  */
> But _POSIX_VDISABLE is not defined here, so I have left it
> unimplemented.

Isaac Dunham
Download attachment "termios.dif" of type "application/octet-stream" (354 bytes)

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.