mem: quiet base address hint warning if not requested
[dpdk.git] / lib / eal / windows / include / pthread.h
index 1939b01..27fd2cc 100644 (file)
@@ -143,6 +143,12 @@ pthread_create(void *threadid, const void *threadattr, void *threadfunc,
        return ((hThread != NULL) ? 0 : E_FAIL);
 }
 
+static inline int
+pthread_detach(__rte_unused pthread_t thread)
+{
+       return 0;
+}
+
 static inline int
 pthread_join(__rte_unused pthread_t thread,
        __rte_unused void **value_ptr)