Huoke opened a new issue, #2641: URL: https://github.com/apache/brpc/issues/2641
**Describe the bug (描述bug)** ```c++ #elif defined(OS_POSIX) #if defined(OS_NACL) || defined(OS_LINUX) #include <sys/time.h> // timespec doesn't seem to be in <time.h> #else #include <sys/syscall.h> #endif #include <time.h> #endif #if defined(OS_POSIX) #include <errno.h> #include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #define MAX_PATH PATH_MAX typedef FILE* FileHandle; typedef pthread_mutex_t* MutexHandle; #endif ``` **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS: buntu1~22.04 Compiler: gcc brpc: protobuf: **Additional context/screenshots (更多上下文/截图)** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org