forked from OSchip/llvm-project
[libc++] Fix the header guard from _LIBCPP_STEAMBUF to _LIBCPP_STREAMBUF.
This commit is contained in:
parent
2760a808b9
commit
27e5bffbf6
|
@ -7,8 +7,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef _LIBCPP_STEAMBUF
|
||||
#define _LIBCPP_STEAMBUF
|
||||
#ifndef _LIBCPP_STREAMBUF
|
||||
#define _LIBCPP_STREAMBUF
|
||||
|
||||
/*
|
||||
streambuf synopsis
|
||||
|
@ -495,4 +495,4 @@ _LIBCPP_END_NAMESPACE_STD
|
|||
|
||||
_LIBCPP_POP_MACROS
|
||||
|
||||
#endif // _LIBCPP_STEAMBUF
|
||||
#endif // _LIBCPP_STREAMBUF
|
||||
|
|
Loading…
Reference in New Issue