-
Christian Schoenebeck authored
qemu_mknodat() is expected to behave according to its POSIX API, and therefore should always return exactly -1 on any error, and errno should be set for the actual error code. Signed-off-by:
Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by:
Greg Kurz <groug@kaod.org>
Reviewed-by:
Akihiko Odaki <akihiko.odaki@gmail.com>
Message-Id: <c714b5e1cae225ab7575242c45ee0fe4945eb6ad.1651228001.git.qemu_oss@crudebyte.com>Christian Schoenebeck authoredqemu_mknodat() is expected to behave according to its POSIX API, and therefore should always return exactly -1 on any error, and errno should be set for the actual error code. Signed-off-by:
Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by:
Greg Kurz <groug@kaod.org>
Reviewed-by:
Akihiko Odaki <akihiko.odaki@gmail.com>
Message-Id: <c714b5e1cae225ab7575242c45ee0fe4945eb6ad.1651228001.git.qemu_oss@crudebyte.com>
Loading