summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-19 17:03:16 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-19 17:04:03 +0000
commitc5d4f4967e5d9d0220fadf3f313ddc35002cdf27 (patch)
tree74f5f2a3fe2a3a5108ea5d96978c320325629d9d /sal/inc
parent80a1001a206a3e3b6bf83b9734580cc7f46b0e33 (diff)
implement inode compare for identical directory item checking
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/osl/detail/file.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sal/inc/osl/detail/file.h b/sal/inc/osl/detail/file.h
index 065c3551b108..e6a6671dcb29 100644
--- a/sal/inc/osl/detail/file.h
+++ b/sal/inc/osl/detail/file.h
@@ -49,12 +49,6 @@ extern "C" {
#define osl_File_OpenFlag_Trunc 0x00000010L
#define osl_File_OpenFlag_NoExcl 0x00000020L
-/* Compare directory items for being the same underlying file
- * this unwinds unix hard-links and symlinks etc.
- */
-
-SAL_DLLPUBLIC sal_Bool SAL_CALL osl_identicalDirectoryItem(oslDirectory a, oslDirectory b);
-
/* Get the OS specific "handle" of an open file. */
SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileOSHandle(
oslFileHandle Handle,