This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Defining _POSIX_SEMAPHORES for Cygwin


I would like to define _POSIX_SEMAPHORES in sys/features.h
for Cygwin. According to POSIX, you define this when you
support the semaphore API.

We are now 99% of the way to having Python thread support
for Cygwin. I got POSIX semaphore support added to Python's
source base and tested it with Cygwin. Now we just have to
indicate that Cygwin has them.

The API is there and appears to work correctly. Is there
any issue with making this change?

-Jerry

-O Gerald S. Williams, 22Y-103GA : mailto:gsw@agere.com O-
-O AGERE SYSTEMS, 555 UNION BLVD : office:610-712-8661  O-
-O ALLENTOWN, PA, USA 18109-3286 : mobile:908-672-7592  O-


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]