We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178df71 commit 4c4b6bcCopy full SHA for 4c4b6bc
libc/src/__support/stdio/fopen.h
@@ -17,8 +17,8 @@ namespace LIBC_NAMESPACE_DECL {
17
18
namespace stdio_internal {
19
20
-LIBC_INLINE static constexpr ::FILE *fopen(const char *__restrict name,
21
- const char *__restrict mode) {
+LIBC_INLINE static ::FILE *fopen(const char *__restrict name,
+ const char *__restrict mode) {
22
auto result = LIBC_NAMESPACE::openfile(name, mode);
23
if (!result.has_value()) {
24
libc_errno = result.error();
0 commit comments