summaryrefslogtreecommitdiff
path: root/spec/if/rtems/basedefs/alloc-align.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/rtems/basedefs/alloc-align.yml')
-rw-r--r--spec/if/rtems/basedefs/alloc-align.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/if/rtems/basedefs/alloc-align.yml b/spec/if/rtems/basedefs/alloc-align.yml
index a10a85cd..7f88b298 100644
--- a/spec/if/rtems/basedefs/alloc-align.yml
+++ b/spec/if/rtems/basedefs/alloc-align.yml
@@ -1,12 +1,12 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: []
+enabled-by: true
interface-brief: |
Tells the compiler in a declaration that the memory allocation alignment
parameter of this function is similar to aligned_alloc().
interface-definition:
- default: ""
+ default: ''
variants:
- definition: |
__attribute__((__alloc_align__(_index)))