From 804b13a4dc2f8aa577f359b2604c440d341373db Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Thu, 8 Apr 2021 22:14:34 +0200 Subject: [PATCH] lib9.h: removed duplicate defines --- sys/include/lib9.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/include/lib9.h b/sys/include/lib9.h index 2e8fd1f..e21e116 100644 --- a/sys/include/lib9.h +++ b/sys/include/lib9.h @@ -242,13 +242,11 @@ #define lockt jehanne_lockt #define unlock jehanne_unlock #define canlock jehanne_canlock -#define lock; jehanne_lock; #define qlock jehanne_qlock #define qlockt jehanne_qlockt #define qunlock jehanne_qunlock #define canqlock jehanne_canqlock #define _qlockinit jehanne__qlockinit -#define lock; jehanne_lock; #define rlock jehanne_rlock #define rlockt jehanne_rlockt #define runlock jehanne_runlock