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

plat/linuxu: Fix build errors introduced by #251 #412

Closed
wants to merge 1 commit into from

Conversation

vladandrew
Copy link
Member

@vladandrew vladandrew commented Feb 16, 2022

Fix build errors introduced by #251.
We add a missing bracket and remove duplicate definitions of sys_open and
sys_close.

Signed-off-by: Vlad-Andrei Badoiu vlad_andrei.badoiu@upb.ro

Prerequisite checklist

  • Read the contribution guidelines regarding submitting new changes to the project;
  • Tested your changes against relevant architectures and platforms;
  • Ran the checkpatch.pl on your commit series before opening this PR;
  • Updated relevant documentation.

Base target

  • Architecture(s): [e.g. x86_64 or N/A]
  • Platform(s): [e.g. kvm, xen or N/A]
  • Application(s): [e.g. app-python3 or N/A]

Additional configuration

Description of changes

Fix build errors introduced by unikraft#251. We add a missing bracket
and remove duplicate definitions of sys_open and sys_close.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@upb.ro>
Copy link
Contributor

@razvanvirtan razvanvirtan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good on my side!

Reviewed-by: Răzvan Vîrtan virtanrazvan@gmail.com

@unikraft-bot
Copy link
Member

Checkpatch passed

Beep boop! I ran Unikraft's checkpatch.pl support script on your pull request and it all looks good!

SHA commit checkpatch
3959e97 plat/linuxu: Fix build errors

@nderjung nderjung linked an issue Feb 16, 2022 that may be closed by this pull request
Copy link
Contributor

@razvand razvand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch. Thanks, @vladandrew

Approved-by: Razvan Deaconescu razvan.deaconescu@cs.pub.ro

@razvand razvand assigned razvand and unassigned marcrittinghaus Feb 19, 2022
@razvand razvand added this to the v0.8.0 (Enceladus) milestone Feb 19, 2022
@razvand razvand added lib/syscall_shim bug/compile-time Bug occurs during compile-time kind/bug Something isn't working labels Feb 19, 2022
@unikraft-bot unikraft-bot added the ci/merged Merged by CI label Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plat Unikraft Patform bug/compile-time Bug occurs during compile-time ci/merged Merged by CI kind/bug Something isn't working lib/syscall_shim
Projects
Status: Done!
Development

Successfully merging this pull request may close these issues.

Invalid storage class for functions in linuxu
5 participants