Date: Fri, 18 May 2001 22:14:58 -0400 Message-Id: <200105190214.WAA19002@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200105190152.DAA12280@mother.ludd.luth.se> (message from Martin Str|mberg on Sat, 19 May 2001 03:52:09 +0200 (MEST)) Subject: Re: xsymlink.h in compat/unitstd References: <200105190152 DOT DAA12280 AT mother DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > What are the reasons for placing a header file, xsymlink.h, in > compat/unistd/? Shouldn't it be put in include/libc/? If the header is only needed in one directory, you can put it in that directory if you want. include/libc is for private things that are needed in multiple directories. dj AT envy pts/2 ~/djgpp/src/libc $ find . -name '*.h' -print ./ansi/string/syserr1.h ./ansi/time/posixrul.h ./compat/unistd/xsymlink.h ./dpmi/api/dpmidefs.h ./pc_hw/co80/sc.h ./posix/dirent/dirstruc.h ./posix/regex/cclass.h ./posix/regex/cname.h ./posix/regex/regex.h ./posix/regex/regex2.h ./posix/regex/utils.h ./posix/sys/stat/xstat.h