mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 03:31:21 +00:00
minor fix for Solaris boxes
This commit is contained in:
2
pqsort.c
2
pqsort.c
@ -37,7 +37,9 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __P
|
||||||
#define __P(protos) protos
|
#define __P(protos) protos
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
|
Reference in New Issue
Block a user