diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-28 08:40:40 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-28 08:40:40 +0000 |
commit | 877df63f345e48bc2cb61dde86a207748051b81a (patch) | |
tree | a27f94499f27c0d079a6c7bbd3a33318e01345db /src/core | |
parent | 764543e73426fd00741483ff830cf09bfb73752f (diff) | |
download | nginx-877df63f345e48bc2cb61dde86a207748051b81a.tar.gz nginx-877df63f345e48bc2cb61dde86a207748051b81a.zip |
nginx-0.0.1-2003-11-28-11:40:40 import
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ngx_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h index 7e8c1b86d..ccb653b98 100644 --- a/src/core/ngx_config.h +++ b/src/core/ngx_config.h @@ -29,6 +29,11 @@ #endif +/* STUB: ngx_mutex.h */ +#define ngx_mutex_lock(m) +#define ngx_mutex_unlock(m) + + /* STUB: autoconf */ typedef int ngx_int_t; typedef u_int ngx_uint_t; |