]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/windows/include/pthread.h
mem: quiet base address hint warning if not requested
[dpdk.git] / lib / eal / windows / include / pthread.h
index 1939b0121c8bd03d15029e12f54f8d4b28010c20..27fd2cca523919857e841d8c60d1324201b9109e 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)