summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/printflike.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/printflike.yml')
-rw-r--r--spec/rtems/basedefs/if/printflike.yml14
1 files changed, 11 insertions, 3 deletions
diff --git a/spec/rtems/basedefs/if/printflike.yml b/spec/rtems/basedefs/if/printflike.yml
index 585b96ba..31ef5724 100644
--- a/spec/rtems/basedefs/if/printflike.yml
+++ b/spec/rtems/basedefs/if/printflike.yml
@@ -5,10 +5,18 @@ brief: |
copyrights:
- Copyright (C) 2016 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ''
+ default:
+ attributes: null
+ body: ''
+ params: []
+ return: null
variants:
- - definition: |
- __attribute__(( __format__( __printf__, ${.:/params[0]/name}, ${.:/params[1]/name} ) ))
+ - definition:
+ attributes: null
+ body: |
+ __attribute__(( __format__( __printf__, ${.:/params[0]/name}, ${.:/params[1]/name} ) ))
+ params: []
+ return: null
enabled-by:
- defined(${/compiler/if/gnuc:/name})
description: null