chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
988b0fd
)
Whoops. I'd left the type of the jump buffer as `sigjmp_buf'.
author
mdw
<mdw>
Sat, 19 Jun 1999 20:35:45 +0000
(20:35 +0000)
committer
mdw
<mdw>
Sat, 19 Jun 1999 20:35:45 +0000
(20:35 +0000)
lock.c
patch
|
blob
|
blame
|
history
diff --git
a/lock.c
b/lock.c
index ad223eee8ac6249488972e88d132e6e4b160d632..335c3ac5fc7a4343329d7b5182cb35b001e27746 100644
(file)
--- a/
lock.c
+++ b/
lock.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: lock.c,v 1.
4 1999/06/19 20:33:16
mdw Exp $
+ * $Id: lock.c,v 1.
5 1999/06/19 20:35:45
mdw Exp $
*
* Simplified POSIX locking interface
*
*
* Simplified POSIX locking interface
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: lock.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: lock.c,v $
+ * Revision 1.5 1999/06/19 20:35:45 mdw
+ * Whoops. I'd left the type of the jump buffer as `sigjmp_buf'.
+ *
* Revision 1.4 1999/06/19 20:33:16 mdw
* More sophisticated and excessive signal and alarm handling.
*
* Revision 1.4 1999/06/19 20:33:16 mdw
* More sophisticated and excessive signal and alarm handling.
*
@@
-66,7
+69,7
@@
/*----- Static variables --------------------------------------------------*/
/*----- Static variables --------------------------------------------------*/
-static
sigjmp_buf jmp;
/* Jump here to interrup @fcntl@ */
+static
jmp_buf jmp;
/* Jump here to interrup @fcntl@ */
/*----- Main code ---------------------------------------------------------*/
/*----- Main code ---------------------------------------------------------*/