From c15f10ee78c6fa837732bb0b3d6cec44e4171fcd Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 19 Apr 2018 00:09:58 +0200 Subject: Revert "Fix sched_param" This reverts commit 783c4820303fb6b031d401564f8089ecaf154b62 which accidentaly flew out. --- posix/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/sched.h') diff --git a/posix/sched.h b/posix/sched.h index 87a2336384..619b3b3a81 100644 --- a/posix/sched.h +++ b/posix/sched.h @@ -45,7 +45,7 @@ typedef __pid_t pid_t; /* Backward compatibility. */ #define sched_priority sched_priority -#define __sched_priority __sched_priority +#define __sched_priority sched_priority __BEGIN_DECLS -- cgit 1.4.1