File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ std::error_code restorezOSStdHandleAutoConversion(int FD);
5555/* * \brief Set the tag information for a file descriptor. */
5656std::error_code setzOSFileTag (int FD, int CCSID, bool Text);
5757
58- // Get the the tag ccsid for a file name or a file descriptor.
58+ /* * Get the the tag ccsid for a file name or a file descriptor. */
5959ErrorOr<__ccsid_t > getzOSFileTag (const char *FileName, const int FD = -1 );
6060
61- // Query the file tag to determine if it needs conversion to UTF-8 codepage.
61+ /* * Query the file tag to determine if it needs conversion to UTF-8 codepage. */
6262ErrorOr<bool > needzOSConversion (const char *FileName, const int FD = -1 );
6363
64- } // namespace llvm
65- #endif // __cplusplus
64+ } /* namespace llvm */
65+ #endif /* __cplusplus */
6666
6767#endif /* __MVS__ */
6868
You can’t perform that action at this time.
0 commit comments