Date: Sun, 6 Aug 2000 09:50:37 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: DJGPP Workers Subject: Re: Is symlink() POSIX or not? In-Reply-To: <398C6F2A.4AF51B41@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sat, 5 Aug 2000, Laurynas Biveinis wrote: > symlink.txh says that it is not ANSI, not POSIX, > however its sources live in src/libc/posix/unistd, > not src/libc/compat/unistd. My references clearly say that symlinks is not a Posix feature. The fact that symlink.c is under posix is probably due to some oversight, but the subdirectory is not a good evidence whether a function is Posix or not (e.g., we have some non-Posix functions in posix/sys/stat). The place in the header files is a much better evidence. Personally, I don't think it's justified to move the files under compat at this stage.