summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/libos.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-18 17:37:10 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-18 17:37:10 +0000
commit2f38e6cdaef98fe75d47bc97858ba9aed46a5eb3 (patch)
tree3cd4cf95992e9d161773d883c15fa7b672e9e685 /src/include/krb5/libos.h
parentf163cab6d58659d727e11aba901ec40cb63ed04d (diff)
downloadkrb5-2f38e6cdaef98fe75d47bc97858ba9aed46a5eb3.tar.gz
krb5-2f38e6cdaef98fe75d47bc97858ba9aed46a5eb3.tar.xz
krb5-2f38e6cdaef98fe75d47bc97858ba9aed46a5eb3.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@131 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/libos.h')
-rw-r--r--src/include/krb5/libos.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/include/krb5/libos.h b/src/include/krb5/libos.h
new file mode 100644
index 000000000..1ac929d66
--- /dev/null
+++ b/src/include/krb5/libos.h
@@ -0,0 +1,25 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/mit-copyright.h>.
+ *
+ * Definitions for this implementation of the libos layer.
+ */
+
+#include <krb5/copyright.h>
+
+#ifndef __KRB5_LIBOS__
+#define __KRB5_LIBOS__
+
+/* lock mode flags */
+#define KRB5_LOCKMODE_SHARED 0x0001
+#define KRB5_LOCKMODE_EXCLUSIVE 0x0002
+#define KRB5_LOCKMODE_DONTBLOCK 0x0004
+#define KRB5_LOCKMODE_UNLOCK 0x0008
+
+#endif /* __KRB5_LIBOS__ */