compat: add _Out_writes_all_opt_

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2024-08-17 21:40:38 +02:00
parent b1a19c01e8
commit d118313485

View File

@ -109,6 +109,9 @@
#ifndef _Out_writes_opt_
#define _Out_writes_opt_(p)
#endif
#ifndef _Out_writes_all_opt_
#define _Out_writes_all_opt_(p)
#endif
#ifndef _Out_writes_opt_z_
#define _Out_writes_opt_z_(p)
#endif