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:
Xiang Xiao
2020-06-22 12:37:37 +08:00
committed by Abdelatif Guettouche
parent f24c71be32
commit 1e166f7ecb
2 changed files with 8 additions and 6 deletions
-6
View File
@@ -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 */