diff options
| author | rpj <rpj> | 1999-11-04 14:56:51 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 1999-11-04 14:56:51 +0000 | 
| commit | c614567b4940f31a7ce98ceb9eb48b1241b4727a (patch) | |
| tree | aaa362d4c46c13f7fb7546b1ee14264e32b22ec1 /errno.c | |
| parent | efa438832bc1343c08c334e88aec4266040ddec3 (diff) | |
Add WinCE patches to snap-1999-05-30-wince-patches branch.
Diffstat (limited to 'errno.c')
| -rw-r--r-- | errno.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -24,7 +24,7 @@   * MA 02111-1307, USA   */ -#if ! defined( _REENTRANT ) && ! defined( _MT ) +#if (! defined(HAVE_ERRNO)) || (! defined( _REENTRANT ) && ! defined( _MT ))  #include "pthread.h"  #include "implement.h" @@ -79,4 +79,4 @@ int * _errno( void )  } /* _errno */ -#endif /* !_REENTRANT && !_MT */ +#endif /* (! HAVE_ERRNO) || (!_REENTRANT && !_MT) */ | 
