mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add support for errno in plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24109 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eeb1f3e25e
commit
081da63d09
3 changed files with 7 additions and 0 deletions
|
@ -860,6 +860,7 @@ struct plugin_api {
|
|||
struct viewport *viewport);
|
||||
void (*viewportmanager_theme_undo)(enum screen_type screen, bool force_redraw);
|
||||
#endif
|
||||
int* __errno;
|
||||
};
|
||||
|
||||
/* plugin header */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue