Skip to content

Commit

Permalink
lib: Rename selector file
Browse files Browse the repository at this point in the history
So it goes with unix stuff.

Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Jan 3, 2025
1 parent db19062 commit 2d9c25a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libgensioosh_la_SOURCES = \
os_osops.c circbuf.c os_osops_env.c net_addrinfo.c \
net_stdsock.c net_ax25_addr.c utils.c net_addr.c
if HAVE_UNIX_OS
libgensioosh_la_SOURCES += os_unix.c selector.c
libgensioosh_la_SOURCES += os_unix.c os_unix_selector.c
endif
if HAVE_WINDOWS_OS
libgensioosh_la_SOURCES += os_win.c
Expand Down
File renamed without changes.

0 comments on commit 2d9c25a

Please sign in to comment.