mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
sysconf: Implement _SC_ATEXIT_MAX query
and remove the incorrect macro ATEXIT_MAX Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: Ia5d7dafc50e942f62f95137313c34741c6dd60ba
This commit is contained in:
committed by
Abdelatif Guettouche
parent
f24c71be32
commit
1e166f7ecb
@@ -48,12 +48,6 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* The number of functions that may be registered to be called
|
||||
* at program exit.
|
||||
*/
|
||||
|
||||
#define ATEXIT_MAX 1
|
||||
|
||||
/* Values for seeking */
|
||||
|
||||
#define SEEK_SET 0 /* From the start of the file */
|
||||
|
||||
Reference in New Issue
Block a user