Remove the argument from get_errno

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-01 18:15:33 +08:00
committed by Alan Carvalho de Assis
parent 542b684f73
commit 1c024a6d39
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
# define errno *get_errno_ptr()
# define set_errno(e) do { errno = (int)(e); } while (0)
# define get_errno(e) errno
# define get_errno() errno
#else