newlib/winsup/cygwin/include
Christopher Faylor ca713cfab3 * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it exists
to force signal to be handled.  Zero event here to prevent races.
* signal.cc (sigwaitinfo): Use local handle value for everything since signal
thread could zero event element at any time.  Detect when awaking due to thread
not in mask and set return value and errno accordingly.  Don't set signal
number to zero unless we've recognized the signal.
* sigproc.cc (sigq): Rename from sigqueue throughout.
* thread.cc (pthread::join): Handle signals received while waiting for thread
to terminate.
* cygwin.din: Export sighold, sigqueue.
* exceptions.cc (sighold): Define new function.
* signal.cc (handle_sigprocmask): Set correct errno for invalid signal.
Simplify debugging output.
(sigqueue): Define new function.
* include/cygwin/signal.h (sighold): Declare new function.
(sigqueue): Ditto.
* include/cygwin/version.h: Bump API minor version number.
* include/limits.h (TIMER_MAX): Define.
(_POSIX_TIMER_MAX): Ditto.
2004-02-26 05:10:49 +00:00
..
arpa * include/cygwin/in.h (in_attr_t): Define new type. 2003-02-10 22:43:29 +00:00
asm
cygwin * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it exists 2004-02-26 05:10:49 +00:00
net
netinet * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h 2003-04-25 08:32:30 +00:00
sys * dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set. 2004-02-25 01:19:13 +00:00
a.out.h
dlfcn.h
err.h * bsdlib.cc (_vwarnx): New function. 2003-11-06 21:31:24 +00:00
exceptions.h
fcntl.h
features.h
fnmatch.h
getopt.h * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o. 2003-09-10 19:13:05 +00:00
glob.h
icmp.h
inttypes.h * include/inttypes.h: New file. 2003-04-22 14:55:01 +00:00
io.h
lastlog.h
limits.h * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it exists 2004-02-26 05:10:49 +00:00
mapi.h
memory.h
mntent.h
netdb.h
paths.h * include/paths.h: Add some missing entries. 2003-09-25 03:46:20 +00:00
poll.h
pthread.h * cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init, 2003-03-18 20:01:07 +00:00
pty.h * Makefile.in (DLL_OFILES): Add bsdlib.o. 2003-09-10 15:51:59 +00:00
sched.h
semaphore.h * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait. 2003-10-27 11:48:29 +00:00
stdint.h * include/stdint.h: Prevent signed->unsigned conversion for 32 and 2003-10-29 08:43:10 +00:00
strings.h
sysexits.h
syslog.h
termio.h
tzfile.h * include/tzfile.h: Remove duplicate definition of TM_SUNDAY. 2003-12-01 10:39:17 +00:00