gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] [PATCH] Fix build against musl libc


From: Hal Murray
Subject: Re: [gpsd-dev] [PATCH] Fix build against musl libc
Date: Tue, 23 Jun 2015 12:18:23 -0700

> Why do you need <sys/ttydefaults.h> ?  No other port needs it.
> How common is <sys/ttydefaults.h> ?  It is not POSIX-1:2001 (gpsd baseline).

It's on Fedora, NetBSD, and FreeBSD.
It's not on Debian, Ubuntu, or Raspbian.
(That's on my samples.  YMMV)

On Fedora, it comes from the glibc-headers package.

On Fedora, it's included by:
/usr/include/sys/ttychars.h:#include <sys/ttydefaults.h>        /* to pick up 
character defaults */
/usr/include/sys/ioctl.h:   the symbols we define in <sys/ttydefaults.h> 
(usually with the same
/usr/include/sys/ioctl.h:   to define them, so we must include 
<sys/ttydefaults.h> here.  */
/usr/include/sys/ioctl.h:#include <sys/ttydefaults.h>
/usr/include/termios.h:# include <sys/ttydefaults.h>


-- 
These are my opinions.  I hate spam.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]