Skip to content

Commit 6b61c6c

Browse files
committed
Renamed main to avoid conflicts when building
1 parent 10708b5 commit 6b61c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linux/linux_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void emit (int fd, int type, int code, int val) {
1515
write(fd, & ie, sizeof(ie));
1616
}
1717

18-
int main (void) {
18+
int linux_main (void) {
1919
struct uinput_setup usetup;
2020

2121
int fd = open("/dev/uinput", O_WRONLY | O_NONBLOCK);

0 commit comments

Comments
 (0)