At 06:41 PM 7/21/2005, you wrote: >Hi, > >I am new to CYGWIN API development and wanted to know if CYGWIN supports the >following POSIX items before actually diving in. >1. Threading (such as pthread_mutex_t, pthread_create, etc.) >2. Shared Memory (shm_open, mmap, etc.) >3. Semaphores (sem_init) >4. Linux system calls (realpath)
Cygwin has some support for all these general categories (and specific functions mentioned). You should grab the source if you want more details though. See <http://cygwin.com/cvs.html>. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

