Skip to content

Commit 101b55f

Browse files
committed
Fix _wint_t.h include guard for MacOS stdlib override
Erroneously used include guard of _mbstate_t.h
1 parent 0a7f5cf commit 101b55f

File tree

1 file changed

+2
-2
lines changed
  • include/libc/stdlib_override_mac/sys/_types

1 file changed

+2
-2
lines changed

include/libc/stdlib_override_mac/sys/_types/_wint_t.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef __STDLIB_OVERRIDE_MAC_MBSTATE_T_H__
2-
#define __STDLIB_OVERRIDE_MAC_MBSTATE_T_H__
1+
#ifndef __STDLIB_OVERRIDE_MAC_WINT_T_H__
2+
#define __STDLIB_OVERRIDE_MAC_WINT_T_H__
33

44
#include "libc/wchar.h"
55

0 commit comments

Comments
 (0)