diff options
Diffstat (limited to 'include/tools/stream.hxx')
-rw-r--r-- | include/tools/stream.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx index b051e9a7e7a0..1bc3f2a238a6 100644 --- a/include/tools/stream.hxx +++ b/include/tools/stream.hxx @@ -48,7 +48,7 @@ typedef sal_uInt16 StreamMode; // file i/o #define STREAM_NOCREATE 0x0004 ///< 1 == Dont create file #define STREAM_TRUNC 0x0008 ///< Truncate _existing_ file to zero length -#define STREAM_COPY_ON_SYMLINK 0x0010 ///< copy-on-write for symlinks (UNX) +#define STREAM_COPY_ON_SYMLINK 0x0010 ///< copy-on-write for symlinks (Unix) #define STREAM_READWRITEBITS (STREAM_READ | STREAM_WRITE | \ STREAM_NOCREATE | STREAM_TRUNC) |