]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
define LOCK_EX for solaris
authorAndrew Tridgell <tridge@samba.org>
Sat, 30 Mar 2002 11:09:26 +0000 (12:09 +0100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 30 Mar 2002 11:09:26 +0000 (12:09 +0100)
ccache.h

index 6aaee51cc523ab9eb1ff571cedfd3a68bbdf4bb3..64a7567f037f35f57928799640400878a5185344 100644 (file)
--- 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