Changeset 4604
- Timestamp:
- Jul 24, 2005, 8:29:40 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/src/glockfile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/src/glockfile.c
r3649 r4604 119 119 fseek (flock, 0, SEEK_SET); 120 120 nbytes = fprintf (flock, "BUSY\n"); 121 122 /* 121 123 if (nbytes != 5) { 122 124 *state = LCK_HARDCLOSE; 123 125 goto failure; 124 }126 } */ 125 127 126 128 /* now fclose lockfile (also unlocks file) */
Note:
See TracChangeset
for help on using the changeset viewer.
