--- /dev/null
+From 6f1dff8cd9df482fa7f13a55c6e20303f0809f35 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Vlad-Andrei=20B=C4=82DOIU?=
+ <vlad_andrei.badoiu@stud.acs.upb.ro>
+Date: Mon, 23 Mar 2020 12:52:57 +0200
+Subject: [PATCH 1/1] Add clockid_t field to pthread_condattr_t_
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Vlad-Andrei BĂDOIU <vlad_andrei.badoiu@stud.acs.upb.ro>
+---
+ implement.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/implement.h b/implement.h
+index 25ae4f1..ad94602 100644
+--- a/implement.h
++++ b/implement.h
+@@ -250,6 +250,7 @@ struct pthread_cond_t_
+
+ struct pthread_condattr_t_
+ {
++ clockid_t clock;
+ int pshared;
+ };
+
+--
+2.20.1
+