projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
499da5e
)
minios: Fix build on some gcc versions.
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 24 Jul 2008 16:33:40 +0000
(17:33 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 24 Jul 2008 16:33:40 +0000
(17:33 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
extras/mini-os/lib/sys.c
patch
|
blob
|
history
diff --git
a/extras/mini-os/lib/sys.c
b/extras/mini-os/lib/sys.c
index f11d7837cc262ec9944775a84433f7138f4c886f..517562d3af51fa7c2d191ec4a087f47993c088ae 100644
(file)
--- a/
extras/mini-os/lib/sys.c
+++ b/
extras/mini-os/lib/sys.c
@@
-84,6
+84,7
@@
#define NOFILE 32
extern int xc_evtchn_close(int fd);
extern int xc_interface_close(int fd);
+extern int xc_gnttab_close(int fd);
pthread_mutex_t fd_lock = PTHREAD_MUTEX_INITIALIZER;
struct file files[NOFILE] = {