From 7e41f9d1081ff0c5c335da4ae21f0d76c7d8edc9 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 27 Jul 2018 16:53:26 +0300 Subject: 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. --- auto/sources | 1 - 1 file changed, 1 deletion(-) (limited to 'auto') 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 \ -- cgit