[liba] Add ENOENT to errno.h

Change-Id: Ie25fae6abff7c384ee7bea02aa1d2dbba82c06c4
This commit is contained in:
Romain Goyet
2017-07-30 13:09:46 +02:00
committed by Romain Goyet
parent c8e2b0d2be
commit 15725a5cc8

View File

@@ -1,6 +1,9 @@
#ifndef LIBA_ERRNO_H
#define LIBA_ERRNO_H
/* No such file or directory */
#define ENOENT 2
/* Invalid argument */
#define EINVAL 22