RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / FileLock.h
diff --git a/includes/FileLock.h b/includes/FileLock.h
deleted file mode 100644 (file)
index 3fc1a81..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team, 2007
- *
- * File locking support as required by Haskell 98
- *
- * ---------------------------------------------------------------------------*/
-
-void initFileLocking(void);
-void freeFileLocking(void);
-int  lockFile(int fd, dev_t dev, ino_t ino, int for_writing);
-int  unlockFile(int fd);