mailing list of musl libc
 help / color / mirror / code / Atom feed
* Missing header(s)
@ 2012-02-20 17:24 Isaac Dunham
  2012-02-20 19:17 ` Rich Felker
  0 siblings, 1 reply; 3+ messages in thread
From: Isaac Dunham @ 2012-02-20 17:24 UTC (permalink / raw)
  To: musl

ar.h is a header that defines struct ar_hdr and several components.
Needed for at least GNU make-3.81 (I'm sticking with the last GPL2+ version, myself).
Included in NetBSD libc and glibc.
Copying the NetBSD version over worked fine for me; it doesn't define anything internal to the libc, and different implementations are functionally equivalent.

By the way, I've put together a sys/cdefs.h header that gets a lot of stuff to compile; ~95% of it is backwards-compatability macros. If you want, I can submit it; I'd add 
#warn "sys/cdefs.h is not standard, and the macros are easily removed"
or some such message.
#include'ing <sys/cdefs.h> is semi-portable, though (NetBSD, GNU libc)--and the only option if you need to support some old systems as well as c99.

-- 
Isaac Dunham <idunham@lavabit.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-21  1:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-20 17:24 Missing header(s) Isaac Dunham
2012-02-20 19:17 ` Rich Felker
2012-02-21  1:15   ` 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).