]> asedeno.scripts.mit.edu Git - git.git/blobdiff - cache.h
Merge branch 'jk/maint-1.6.1-cleanup-after-exec-failure' into maint-1.6.1
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index 3a33b1e82b0db66fad1e0ce45380c8b847aad15f..0e2f219b2b4d9ff5944e68dbaf2338c76055161f 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -484,6 +484,7 @@ struct lock_file {
 };
 #define LOCK_DIE_ON_ERROR 1
 #define LOCK_NODEREF 2
+extern NORETURN void unable_to_lock_index_die(const char *path, int err);
 extern int hold_lock_file_for_update(struct lock_file *, const char *path, int);
 extern int hold_lock_file_for_append(struct lock_file *, const char *path, int);
 extern int commit_lock_file(struct lock_file *);