From: corinna DOT vinschen AT cityweb DOT de (Corinna Vinschen) Subject: Missing `scandir' and `alphasort' 16 Dec 1998 16:37:01 -0800 Message-ID: <36784F5A.E47FAC0F.cygnus.cygwin32.developers@cityweb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: cygwin32-developers AT cygnus DOT com Hello, I'm missing the both functions `scandir' and `alphasort' in cygwin. The are in newlib, but they will not be compiled and they aren't compilable. Now I have written a version of both functions, which is compilable and already work in my cygwin1.dll (libcygwin.a and libc.a, of course, too). It only consists of a new file newlib/libc/sys/cygwin32/cygscandir.c and two tiny patches in newlib/libc/sys/cygwin32/Makefile.in and winsup/cygwin.def Is there any interest, to integrate this functions to the cygwin API? Regards, Corinna