Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cityhash/city.cc #223

Closed
waitman opened this issue Sep 25, 2015 · 1 comment
Closed

cityhash/city.cc #223

waitman opened this issue Sep 25, 2015 · 1 comment

Comments

@waitman
Copy link

waitman commented Sep 25, 2015

no bswap on FreeBSD, please add

#elif defined(__FreeBSD__)
#include <sys/types.h>
#include <sys/endian.h>
#define bswap_32(x) bswap32(x)
#define bswap_64(x) bswap64(x)

thanks

@rescrv
Copy link
Owner

rescrv commented Oct 5, 2015

Done in ec6b136. Thanks!

@rescrv rescrv closed this as completed Oct 5, 2015
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

No branches or pull requests

2 participants