[rtems-central commit] spec: Add not pre-qualified constraints

Sebastian Huber sebh at rtems.org
Thu Dec 2 06:52:18 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    effa256214c19501849c4bb64eeaedda9edab0b8
Changeset: http://git.rtems.org/rtems-central/commit/?id=effa256214c19501849c4bb64eeaedda9edab0b8

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Dec  2 07:46:03 2021 +0100

spec: Add not pre-qualified constraints

---

 spec/c/if/clock-settime.yml | 2 ++
 spec/c/if/getchar.yml       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/spec/c/if/clock-settime.yml b/spec/c/if/clock-settime.yml
index 0dd1b73..4ea3106 100644
--- a/spec/c/if/clock-settime.yml
+++ b/spec/c/if/clock-settime.yml
@@ -9,6 +9,8 @@ links:
   uid: time
 - role: interface-ingroup
   uid: group
+- role: constraint
+  uid: /constraint/directive-not-pre-qualified
 name: clock_settime
 references:
 - identifier: https://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_settime.html
diff --git a/spec/c/if/getchar.yml b/spec/c/if/getchar.yml
index 4dbe0cc..47a7613 100644
--- a/spec/c/if/getchar.yml
+++ b/spec/c/if/getchar.yml
@@ -9,6 +9,8 @@ links:
   uid: stdio
 - role: interface-ingroup
   uid: group
+- role: constraint
+  uid: /constraint/directive-not-pre-qualified
 name: getchar
 references:
 - identifier: https://en.cppreference.com/w/c/io/getchar



More information about the vc mailing list