diff options
| author | bje <bje> | 1998-10-03 04:33:35 +0000 | 
|---|---|---|
| committer | bje <bje> | 1998-10-03 04:33:35 +0000 | 
| commit | 42fa8e0dc950a232993087c400c8f55d7eb47ba1 (patch) | |
| tree | db24c86db6d1c1a4e478451f9fe6c2e35fabf749 | |
| parent | 28706c21dca90eac5d555051ae464d6d292d1a7e (diff) | |
1998-10-03  Ben Elliston  <bje@cygnus.com>
	* config.h.in: Regenerate.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | config.h.in | 3 | 
2 files changed, 5 insertions, 0 deletions
| @@ -6,6 +6,8 @@  	* configure: Regenerate.  	* acconfig.h (STDCALL): New define. + +	* config.h.in: Regenerate.  	* mutex.c (pthread_mutex_init): Correct function signature. diff --git a/config.h.in b/config.h.in index 6671c7f..920b9c4 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@  /* Do we know about the C type sigset_t? */  #undef HAVE_SIGSET_T +/* Do we have the `_stdcall' keyword? */ +#undef STDCALL +  /* Define if you have the <signal.h> header file.  */  #undef HAVE_SIGNAL_H | 
