* grub-core/osdep/unix/getroot.c: Move exec functions to ...
* osdep/unix/exec.c: ... here. Add few additional exec_* variants.
This commit is contained in:
parent
d3923ab956
commit
40346de6d3
9 changed files with 269 additions and 79 deletions
|
@ -17,6 +17,7 @@ library = {
|
|||
common = grub-core/osdep/devmapper/hostdisk.c;
|
||||
common = grub-core/osdep/hostdisk.c;
|
||||
common = grub-core/osdep/unix/hostdisk.c;
|
||||
common = grub-core/osdep/exec.c;
|
||||
common = grub-core/osdep/sleep.c;
|
||||
common = grub-core/osdep/password.c;
|
||||
common = grub-core/kern/emu/misc.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue