* 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
3
grub-core/osdep/exec.c
Normal file
3
grub-core/osdep/exec.c
Normal file
|
@ -0,0 +1,3 @@
|
|||
#if !defined (__MINGW32__) && !defined (__CYGWIN__) && !defined (__AROS__)
|
||||
#include "unix/exec.c"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue