Skip to content

Conversation

RelativeAlbatros
Copy link

Fix issue: #6

  • add epoll library and include in config.mk
  • change AF_LOCAL to AF_UNIX, as it's not declared on freebsd
  • SOCK_NONBLOCK SOCK_CLOEXEC are also not declared on freebsd so I implemented them using fcntl
  • syntax: add void in prototype of functions without parameters

Note: user must download libepoll-shim

- add epoll library and include in config.mk
- change AF_LOCAL to AF_UNIX, as it's not declared on freebsd
- SOCK_NONBLOCK SOCK_CLOEXEC are also not declared on freebsd so I
  implemented them using fcntl
- syntax: add void in prototype of functions without parameters

Note: user must download libepoll-shim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant