chiark / gitweb /
Add a couple more standard macros. Fix the header.
[mLib] / lock.h
diff --git a/lock.h b/lock.h
index 3c8bed8347d3ce556f6edff66a6852272885f7a6..3828c6c75e3516ff07f8d2cbe1408d2b87ee2825 100644 (file)
--- a/lock.h
+++ b/lock.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: lock.h,v 1.1 1999/05/15 10:33:53 mdw Exp $
+ * $Id: lock.h,v 1.3 2004/04/08 01:36:13 mdw Exp $
  *
  * Simplified POSIX locking interface
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: lock.h,v $
- * Revision 1.1  1999/05/15 10:33:53  mdw
- * Add simplified locking code.
- *
- */
-
-#ifndef LOCK_H
-#define LOCK_H
+#ifndef MLIB_LOCK_H
+#define MLIB_LOCK_H
 
 #ifdef __cplusplus
   extern "C" {