From: Vincent Bernardoff Date: Thu, 27 Jun 2013 12:01:53 +0000 (+0100) Subject: libxc: xc_evtchn_open does not return -1 on error. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6685 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f02a88f607de9107eb03bfeeb4411801d7aab926;p=xen.git libxc: xc_evtchn_open does not return -1 on error. Signed-off-by: Vincent Bernardoff Acked-by: Ian Campbell --- diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h index 5697765a17..388a9c3d55 100644 --- a/tools/libxc/xenctrl.h +++ b/tools/libxc/xenctrl.h @@ -966,8 +966,8 @@ typedef struct evtchn_status xc_evtchn_status_t; int xc_evtchn_status(xc_interface *xch, xc_evtchn_status_t *status); /* - * Return a handle to the event channel driver, or -1 on failure, in which case - * errno will be set appropriately. + * Return a handle to the event channel driver, or NULL on failure, in + * which case errno will be set appropriately. * * Note: * After fork a child process must not use any opened xc evtchn