X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Wed, 21 Feb 2007 16:21:25 -0500 Message-Id: <200702212121.l1LLLP0H005802@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: (Gordon DOT Schumacher AT seagate DOT com) Subject: Re: Addition of some GCC headers from Linux? References: Reply-To: djgpp-workers AT delorie DOT com One note of warning: copying linux headers contaminates djgpp's copyright. If there's a spec it's following, the headers should be written from the spec, not from copying. That's how we did all the other headers. libc-specific headers should live in the src/libc tree somewhere if they're specific to a subdirectory, or in include/libc if they're libc-global.