summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osl/file.h1
-rw-r--r--include/osl/file.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/osl/file.h b/include/osl/file.h
index c9b917c6e204..c57a1226dc69 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -1298,7 +1298,6 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_createDirectoryPath(
@retval osl_File_E_IO on I/O errors
@retval osl_File_E_BUSY device or resource busy
@retval osl_File_E_INTR function call was interrupted
- @retval osl_File_E_LOOP too many symbolic links encountered
@retval osl_File_E_MULTIHOP multihop attempted
@retval osl_File_E_NOLINK link has been severed
@retval osl_File_E_TXTBSY text file busy
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 824cb7a3e904..f5fdb2ee1f53 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -1350,7 +1350,6 @@ public:
@retval E_IO on I/O errors
@retval E_BUSY device or resource busy
@retval E_INTR function call was interrupted
- @retval E_LOOP too many symbolic links encountered
@retval E_MULTIHOP multihop attempted
@retval E_NOLINK link has been severed
@retval E_TXTBSY text file busy
@@ -1881,7 +1880,6 @@ public:
@retval E_BUSY device or resource busy
@retval E_ROFS read-only file system
@retval E_LOOP too many symbolic links encountered
- @retval E_BUSY device or resource busy
@retval E_EXIST file exists
@retval E_IO on I/O errors
@retval E_MULTIHOP multihop attempted