diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-03 16:33:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-04 00:15:26 +0200 |
commit | 7cc28bae3a8aded334f40bf3a5593b5f6067fdd8 (patch) | |
tree | 2b1acacfc985f0858fc1472326b9e37436a9f3ed /solenv | |
parent | 05d0bdbb940eb43d8fd70aa782daa9172c7f32ce (diff) |
Fixes for the lo-bootstrap apk element code
Fix some off-by-one style errors, add a new lo_apk_lstat() function,
and (temporarily) add some debugging logging.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/unxandr/lo-bootstrap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/inc/unxandr/lo-bootstrap.h b/solenv/inc/unxandr/lo-bootstrap.h index 71a8d13a6e10..48b1a5c57e72 100644 --- a/solenv/inc/unxandr/lo-bootstrap.h +++ b/solenv/inc/unxandr/lo-bootstrap.h @@ -58,6 +58,8 @@ struct dirent *lo_apk_readdir(lo_apk_dir *dirp); int lo_apk_closedir(lo_apk_dir *dirp); +int lo_apk_lstat(const char *path, struct stat *statp); + int lo_dlcall_argc_argv(void *function, int argc, const char **argv); |