mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* libc/include/sys/signal.h [__CYGWIN__]: Issue error message
when _CYGWIN_TYPES_H is not defined.
This commit is contained in:
parent
6616e6cf76
commit
4bb6112fb1
@ -1,3 +1,8 @@
|
|||||||
|
2002-01-28 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/sys/signal.h [__CYGWIN__]: Issue error message
|
||||||
|
when _CYGWIN_TYPES_H is not defined.
|
||||||
|
|
||||||
2002-01-24 Thomas Fitzsimmons <fitzsim@redhat.com>
|
2002-01-24 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||||
|
|
||||||
* libc/include/sys/signal.h: Revert 2002-01-23 change.
|
* libc/include/sys/signal.h: Revert 2002-01-23 change.
|
||||||
|
@ -159,6 +159,11 @@ int _EXFUN(sigsuspend, (const sigset_t *));
|
|||||||
int _EXFUN(sigpause, (int));
|
int _EXFUN(sigpause, (int));
|
||||||
|
|
||||||
#if defined(_POSIX_THREADS)
|
#if defined(_POSIX_THREADS)
|
||||||
|
#ifdef __CYGWIN__
|
||||||
|
# ifndef _CYGWIN_TYPES_H
|
||||||
|
# error You need the winsup sources or a cygwin installation to compile the cygwin version of newlib.
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
int _EXFUN(pthread_kill, (pthread_t thread, int sig));
|
int _EXFUN(pthread_kill, (pthread_t thread, int sig));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user