From ead9addaf7f4f779fac6c745125c31bf16578ff6 Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期五, 23 二月 2024 00:58:58 +0800 Subject: [PATCH] Merge branch 'dev_gzf' of github.com:alibaba-damo-academy/FunASR into dev_gzf add --- runtime/onnxruntime/third_party/glog/src/utilities.cc | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/runtime/onnxruntime/third_party/glog/src/utilities.cc b/runtime/onnxruntime/third_party/glog/src/utilities.cc index f825470..8b0a1ea 100644 --- a/runtime/onnxruntime/third_party/glog/src/utilities.cc +++ b/runtime/onnxruntime/third_party/glog/src/utilities.cc @@ -292,8 +292,6 @@ return getpid(); // Linux: getpid returns thread ID when gettid is absent #elif defined GLOG_OS_WINDOWS && !defined GLOG_OS_CYGWIN return static_cast<pid_t>(GetCurrentThreadId()); -#elif defined GLOG_OS_OPENBSD - return getthrid(); #elif defined(HAVE_PTHREAD) // If none of the techniques above worked, we use pthread_self(). return (pid_t)(uintptr_t)pthread_self(); -- Gitblit v1.9.1