mailing list of musl libc
 help / color / mirror / code / Atom feed
* Compatability: sysvinit vs headers, definitions
@ 2012-04-24 19:05 Isaac Dunham
  0 siblings, 0 replies; only message in thread
From: Isaac Dunham @ 2012-04-24 19:05 UTC (permalink / raw)
  To: musl

I'm attempting to compile sysvinit and found some problems.
sysvinit properly defines _GNU_SOURCE.
Aliases (These are missing in musl, glibc has as aliases):
sys/errno.h for errno.h
sys/fcntl.h for fcntl.h
Those I can fix easily.

Missing (glibc includes a version from FreeBSD 8.x (?)):
sys/ttydefaults.h 
#included in sys/ioctl.h, termios.h, sys/ttychars.h
This contains only macros; using the BSD/glibc version works properly.

Macros/defs/functions missing: 
UTMP_FILE for _UTMP_PATH
extern char **environ;
strdupa()
‘struct utmpx’ is missing ‘ut_addr’
WTMP_FILE for _WTMP_PATH

Isaac Dunham




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-24 19:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-24 19:05 Compatability: sysvinit vs headers, definitions Isaac Dunham

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).