artyom-poptsov / guile-udev

GNU Guile bindings to libudev.
GNU General Public License v3.0
7 stars 3 forks source link

fix: rename variable fd_set to fd_set_ to avoid conflict with type #1

Closed antler5 closed 2 years ago

antler5 commented 2 years ago

The naming conflict between variable fd_set and typedef(fd_set) can casue compilation errors on aarch64, just like in this issue reported on C++: http://www.cplusplus.com/forum/unices/108481/