Skip to content

Commit ce5e970

Browse files
committed
Rename main function so it can be built
1 parent 426cebb commit ce5e970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linux/linux_test.cpp

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

19-
int main (void) {
19+
int linux_main (void) {
2020
struct uinput_setup usetup;
2121

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

0 commit comments

Comments
 (0)