Skip to content

Instantly share code, notes, and snippets.

@reikje
Created August 28, 2012 15:20
Show Gist options
  • Select an option

  • Save reikje/3499027 to your computer and use it in GitHub Desktop.

Select an option

Save reikje/3499027 to your computer and use it in GitHub Desktop.
Build Redis on cygwin
#ifdef __CYGWIN__
#ifndef SA_ONSTACK
#define SA_ONSTACK 0x08000000
#endif
#endif
@hanzhaogang
Copy link

I wonder what this redis.c file should be located and how should it be used..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment