summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlsync_tc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/sdlsync_tc.c')
-rw-r--r--src/osd/sdl/sdlsync_tc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osd/sdl/sdlsync_tc.c b/src/osd/sdl/sdlsync_tc.c
index fc7b7c32cce..d1ad72e9bde 100644
--- a/src/osd/sdl/sdlsync_tc.c
+++ b/src/osd/sdl/sdlsync_tc.c
@@ -34,8 +34,7 @@
#include <signal.h>
#include <sys/time.h>
-typedef struct _hidden_mutex_t hidden_mutex_t;
-struct _hidden_mutex_t {
+struct hidden_mutex_t {
pthread_mutex_t id;
};