mailing list of musl libc
 help / color / mirror / code / Atom feed
* musl vs util-linux: main issues
@ 2013-03-18  4:58 Isaac Dunham
  0 siblings, 0 replies; only message in thread
From: Isaac Dunham @ 2013-03-18  4:58 UTC (permalink / raw)
  To: musl

Hello,
I've been poking at util-linux 2.22.2 in hopes of getting it to compile (one of the Puppy developers was trying to get it for rev, mount, umount, and losetup; I'm not sure why he didn't use busybox).
The following are the issues I ran across so far, building with _GNU_SOURCE defined:
-include/cpuset.h (replacement for some macros that glibc includes via sched.h):
Assumes that <sched.h> defines __cpumask, __NCPUBITS, __CPUELT, __CPUMASK, cpu_set_t.
glibc defines these in <bits/sched.h>, so they might vary by arch.

Several other places, including agetty:
Need macros from <sys/ttydefaults.h>.

cfdisk: __sighandler_t for sighandler_t (easy to fix)

Thank you,
Isaac Dunham <idunham@lavabit.com>



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

only message in thread, other threads:[~2013-03-18  4:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-18  4:58 musl vs util-linux: main issues 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).