Skip to content

Commit 3663ac6

Browse files
committed
fixed compatibility issues with nginx 1.7.11+ configured with --with-threads.
1 parent 8047036 commit 3663ac6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ddebug.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef DDEBUG_H
22
#define DDEBUG_H
33

4+
#include <ngx_config.h>
45
#include <ngx_core.h>
56

67
#if defined(DDEBUG) && (DDEBUG)

valgrind.suppress

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,4 @@ fun:epoll_ctl
156156
fun:_dl_catch_error
157157
fun:do_preload
158158
fun:dl_main
159-
fun:_dl_sysdep_start
160-
fun:_dl_start
161159
}

0 commit comments

Comments
 (0)