Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit cfff126

Browse files
author
Paul Sokolovsky
committed
unix: Rename modsocket.c to modusocket.c.
Unix naming is historical, before current conventions were established. All other ports however have it as "modusocket.c", so rename for consistency and to avoid confusion.
1 parent 9956fd0 commit cfff126

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ports/unix/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ SRC_MOD += modtermios.c
9797
endif
9898
ifeq ($(MICROPY_PY_SOCKET),1)
9999
CFLAGS_MOD += -DMICROPY_PY_SOCKET=1
100-
SRC_MOD += modsocket.c
100+
SRC_MOD += modusocket.c
101101
endif
102102
ifeq ($(MICROPY_PY_THREAD),1)
103103
CFLAGS_MOD += -DMICROPY_PY_THREAD=1 -DMICROPY_PY_THREAD_GIL=0
File renamed without changes.

0 commit comments

Comments
 (0)