-
Notifications
You must be signed in to change notification settings - Fork 967
Update multithreading-and-locales.md #4078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Wrong `setlocale()` reference, it should be a C runtime function, not a preprocessor macro.
@Antonz0 : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Docs Build status updates of commit 13d99b1: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Can you review this PR? IMPORTANT: When this content is ready to merge, you must add #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least we were consistent. This change looks good to me. Thanks, @Antonz0
#sign-off |
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @TylerMSFT |
Docs Build status updates of commit 13d99b1: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Wrong
setlocale()
reference, it should be a C runtime function, not a preprocessor macro.