summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2018-07-27 16:53:26 +0300
committerIgor Sysoev <igor@sysoev.ru>2018-07-27 16:53:26 +0300
commit7e41f9d1081ff0c5c335da4ae21f0d76c7d8edc9 (patch)
tree48ced5cd8efe8bf61bf961c468a2e6fa5d88956e /auto/sources
parentde885e10cb895751d9994e8ab99bdb56da891d3d (diff)
downloadunit-7e41f9d1081ff0c5c335da4ae21f0d76c7d8edc9.tar.gz
unit-7e41f9d1081ff0c5c335da4ae21f0d76c7d8edc9.tar.bz2
Refactored thread ID functions.
nxt_thread_tid() was moved to src/nxt_thread.c nxt_thread_get_tid() was moved to src/nxt_thread_id.h. src/nxt_thread_id.c was removed.
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/auto/sources b/auto/sources
index 95031a61..eea0fb52 100644
--- a/auto/sources
+++ b/auto/sources
@@ -43,7 +43,6 @@ NXT_LIB_SRCS=" \
src/nxt_recvbuf.c \
src/nxt_sendbuf.c \
src/nxt_thread.c \
- src/nxt_thread_id.c \
src/nxt_thread_mutex.c \
src/nxt_thread_cond.c \
src/nxt_spinlock.c \