summaryrefslogtreecommitdiff
path: root/ghc/lib/std/cbits/lockFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/lib/std/cbits/lockFile.h')
-rw-r--r--ghc/lib/std/cbits/lockFile.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ghc/lib/std/cbits/lockFile.h b/ghc/lib/std/cbits/lockFile.h
deleted file mode 100644
index e1d26b2ea8..0000000000
--- a/ghc/lib/std/cbits/lockFile.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * (c) The University of Glasgow 2001
- *
- * $Id: lockFile.h,v 1.1 2001/05/18 16:54:06 simonmar Exp $
- *
- * lockFile header
- */
-
-int lockFile(int fd, int for_writing, int exclusive);
-int unlockFile(int fd);