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/Makefile | 3 +-- posix/sched.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'posix') diff --git a/posix/Makefile b/posix/Makefile index 2a1cb2d..51dcf12 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -31,8 +31,7 @@ headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \ bits/local_lim.h tar.h bits/utsname.h bits/confname.h \ bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h \ bits/sched.h bits/cpu-set.h re_comp.h wait.h bits/environments.h \ - cpio.h spawn.h bits/unistd.h \ - bits/types/struct___sched_param.h bits/types/struct_sched_param.h + cpio.h spawn.h bits/unistd.h routines := \ uname \ diff --git a/posix/sched.h b/posix/sched.h index 87a2336..619b3b3 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 v1.1