Skip to content
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

Replace winapi GetQueuedCompletionStatus bind with x/sys/windows #1307

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

dcantah
Copy link
Contributor

@dcantah dcantah commented Feb 25, 2022

Previously we had our own definition for GetQueuedCompletionStatus as x/sys/windows had an incorrect definition for it. This was remedied a bit ago in this change golang/sys@683adc9 so we're alright to remove our own at this point.

@dcantah dcantah requested a review from a team as a code owner February 25, 2022 01:42
@jterry75
Copy link
Contributor

jterry75 commented Mar 3, 2022

LGTM. Love deleting code.

@dcantah
Copy link
Contributor Author

dcantah commented Mar 3, 2022

@jterry75 Isn't it great?? Also this needs a rebase now, fixing

Previously we had our own definition for GetQueuedCompletionStatus as x/sys/windows
had an incorrect definition for it. This was remedied a bit ago in this change
golang/sys@683adc9
so we're alright to remove our own at this point.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
@dcantah dcantah force-pushed the change-to-xsyswindows-iocp branch from 8623b05 to a757565 Compare March 3, 2022 18:17
@dcantah dcantah merged commit 4721411 into microsoft:master Mar 3, 2022
dcantah added a commit to dcantah/hcsshim that referenced this pull request May 19, 2022
…rosoft#1307)

Previously we had our own definition for GetQueuedCompletionStatus as x/sys/windows
had an incorrect definition for it. This was remedied a bit ago in this change
golang/sys@683adc9
so we're alright to remove our own at this point.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
(cherry picked from commit 4721411)
Signed-off-by: Daniel Canter <dcanter@microsoft.com>
princepereira pushed a commit to princepereira/hcsshim that referenced this pull request Aug 29, 2024
…rosoft#1307)

Previously we had our own definition for GetQueuedCompletionStatus as x/sys/windows
had an incorrect definition for it. This was remedied a bit ago in this change
golang/sys@683adc9
so we're alright to remove our own at this point.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
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.

3 participants