Skip to content

Comments

Clean up inaccuracies in noalias#45

Closed
BillyONeal wants to merge 1 commit intoMicrosoftDocs:masterfrom
BillyONeal:master
Closed

Clean up inaccuracies in noalias#45
BillyONeal wants to merge 1 commit intoMicrosoftDocs:masterfrom
BillyONeal:master

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