mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Remove the argument from get_errno
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
542b684f73
commit
1c024a6d39
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user