Rename thread source files

This to reflect that they now contain more than TLS.
This commit is contained in:
Camilla Löwy
2017-05-25 19:25:47 +02:00
parent 14a3fe0ac0
commit a3007b9b0e
10 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ typedef struct VkMirWindowCreateInfoKHR
typedef VkResult (APIENTRY *PFN_vkCreateMirWindowKHR)(VkInstance,const VkMirWindowCreateInfoKHR*,const VkAllocationCallbacks*,VkSurfaceKHR*);
typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceMirPresentationSupportKHR)(VkPhysicalDevice,uint32_t,MirConnection*);
#include "posix_tls.h"
#include "posix_thread.h"
#include "posix_time.h"
#include "linux_joystick.h"
#include "xkb_unicode.h"