[libc++] Fix the header guard from _LIBCPP_STEAMBUF to _LIBCPP_STREAMBUF.

This commit is contained in:
Arthur O'Dwyer 2021-04-04 17:39:50 -04:00
parent 2760a808b9
commit 27e5bffbf6
1 changed files with 3 additions and 3 deletions

View File

@ -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