From 1fa78d96a04dcd6c8954ebcbafa76d161050f8ef Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Mar 2002 12:09:26 +0100 Subject: [PATCH] define LOCK_EX for solaris --- ccache.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ccache.h b/ccache.h index 6aaee51cc..64a7567f0 100644 --- a/ccache.h +++ b/ccache.h @@ -103,3 +103,6 @@ ARGS *args_init(void); void args_add(ARGS *args, const char *s); void args_pop(ARGS *args, int n); +#ifndef LOCK_EX +#define LOCK_EX 2 +#endif -- 2.47.3