summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Makefile2
-rw-r--r--osdep/timer-linux.c (renamed from osdep/timer-lx.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index be05a06998..d2af3b8e61 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -14,7 +14,7 @@ SRCS_COMMON-$(NEED_SWAB) += swab.c
SRCS_COMMON-$(NEED_VSSCANF) += vsscanf.c
getch = getch2.c
-timer = timer-lx.c
+timer = timer-linux.c
ifeq ($(TARGET_WIN32),yes)
timer = timer-win2.c
endif
diff --git a/osdep/timer-lx.c b/osdep/timer-linux.c
index 5b6010b154..5b6010b154 100644
--- a/osdep/timer-lx.c
+++ b/osdep/timer-linux.c