Skip to content

Clean up inaccuracies in noalias #45

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

Closed
wants to merge 1 commit into from
Closed

Clean up inaccuracies in noalias #45

wants to merge 1 commit into from

Conversation

BillyONeal
Copy link
Contributor

42: The word directly was written in code font, but the intent here was for it to be in italics.
47: Removed note that malloc (and by extension, free) are annoated __declspec(noalias). malloc and free touch errno, which is a global variable not directly pointed at by one of their parameters, and thus are inappropriate to mark with noalias.

42: The word directly was written in code font, but the intent here was for it to be in italics.
47: Removed note that `malloc` (and by extension, free) are annoated __declspec(noalias). `malloc` and `free` touch errno, which is a global variable not directly pointed at by one of their parameters, and thus are inappropriate to mark with noalias.
@msftclas
Copy link

@BillyONeal,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

@BillyONeal
Copy link
Contributor Author

Oops, something went wrong trying to make that commit. Will remake this.

@BillyONeal BillyONeal closed this Jul 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants