|
|
Message-Id: <4454e35d767027ea77cf91c07c6d4b22384d3846.1684932892.git.Jens.Gustedt@inria.fr>
Date: Wed, 24 May 2023 21:38:54 +0200
From: Jens Gustedt <Jens.Gustedt@...ia.fr>
To: musl@...ts.openwall.com
Subject: [C23 new stdlib 4/4] C23: add the new include guard to stdlib.h
---
include/stdlib.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/stdlib.h b/include/stdlib.h
index 43173e95..68ccd467 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,5 +1,5 @@
-#ifndef _STDLIB_H
-#define _STDLIB_H
+#ifndef __STDC_VERSION_STDLIB_H__
+#define __STDC_VERSION_STDLIB_H__ 202304L
#ifdef __cplusplus
extern "C" {
--
2.34.1
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.