From da7a82db7bf8e9903d0df04e68c9db53061df7d7 Mon Sep 17 00:00:00 2001
From: Andre Maroneze <andre.maroneze@cea.fr>
Date: Mon, 4 Nov 2024 19:23:30 +0100
Subject: [PATCH] [doc] update devman w.r.t. max_align_t

---
 doc/developer/advance.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/developer/advance.tex b/doc/developer/advance.tex
index 57512d864e..8c112e4e26 100644
--- a/doc/developer/advance.tex
+++ b/doc/developer/advance.tex
@@ -3306,6 +3306,8 @@ We present below a thorough description of each field.
   \verb+ssize_t+ expands to, e.g. \verb+long+
 \item[\texttt{wchar\_t}]: a string containing the actual type that
   \verb+wchar_t+ expands to. If unsupported, you can use \verb+int+.
+\item[\texttt{max\_align\_t}]: a string containing the actual type that
+  \verb+max_align_t+ expands to.
 \item[\texttt{ptrdiff\_t}]: a string containing the actual type that
   \verb+ptrdiff_t+ expands to. If unsupported, you can use \verb+int+.
 \item[\texttt{sig\_atomic\_t}]: a string containing the actual type that
-- 
GitLab