Skip to content

Commit

Permalink
Use 'cherry-pick' -x to keep reference to original commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pratlucas committed Mar 3, 2025
1 parent 4083c00 commit e9f8e03
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 55004e55d9c29408500c1362fbf86a689d7ac2ee Mon Sep 17 00:00:00 2001
From 9c2048aa841cafd80e0c6752cf6872a9d42e6eb3 Mon Sep 17 00:00:00 2001
From: Steven Cooreman <[email protected]>
Date: Tue, 18 Feb 2025 12:12:23 +0100
Subject: [libc++] Do not guard inclusion of wchar.h with
Expand All @@ -25,6 +25,8 @@ top
of a C library which doesn't provide `<wchar.h>` (since it would then
still
go look for `<uchar.h>` or error out).

(cherry picked from commit 762001118c068317ec67274221497be2e6499c6a)
---
libcxx/include/__mbstate_t.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Expand Down

0 comments on commit e9f8e03

Please sign in to comment.