mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Reserver the name 'err' for other purposes
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@
|
||||
/* Definitions to map some non-standard, BSD thread management interfaces to
|
||||
* the non-standard Linux-like prctl() interface. Since these are simple
|
||||
* mappings to prctl, they will return 0 on success and -1 on failure with the
|
||||
* err number in errno. This is an inconsistency with the pthread interfaces.
|
||||
* error number in errno. This is an inconsistency with the pthread interfaces.
|
||||
*/
|
||||
|
||||
#define pthread_setname_np(thread, name) \
|
||||
|
||||
Reference in New Issue
Block a user