Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35e8e323 authored by Yabin Cui's avatar Yabin Cui
Browse files

kill HAVE_SCHED_SETSCHEDULER

Bug: 18300670
Change-Id: I66fb3d0070751ffaa2bc6b53274b22d967350312
parent 652ff716
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -93,11 +93,6 @@
#define HAVE_ENDIAN_H
#define HAVE_LITTLE_ENDIAN

/* 
 * Defined if we have the sched_setscheduler() call
 */
#define HAVE_SCHED_SETSCHEDULER

/*
 * Add any extra platform-specific defines here.
 */
+0 −5
Original line number Diff line number Diff line
@@ -91,11 +91,6 @@
#define _FILE_OFFSET_BITS 64
/* #define _LARGEFILE_SOURCE 1 */

/*
 * Defined if we have the sched_setscheduler() call
 */
#define HAVE_SCHED_SETSCHEDULER

/*
 * Add any extra platform-specific defines here.
 */
+0 −5
Original line number Diff line number Diff line
@@ -121,11 +121,6 @@
/* #define _FILE_OFFSET_BITS 64 */
/* #define _LARGEFILE_SOURCE 1 */

/*
 * Defined if we have the sched_setscheduler() call
 */
#define HAVE_SCHED_SETSCHEDULER

/*
 * Add any extra platform-specific defines here.
 */
+0 −5
Original line number Diff line number Diff line
@@ -111,11 +111,6 @@
#define _FILE_OFFSET_BITS 64
/* #define _LARGEFILE_SOURCE 1 */

/*
 * Defined if we have the sched_setscheduler() call
 */
#define HAVE_SCHED_SETSCHEDULER

/*
 * Add any extra platform-specific defines here.
 */
+0 −5
Original line number Diff line number Diff line
@@ -106,11 +106,6 @@
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE_SOURCE 1

/* 
 * Defined if we have the sched_setscheduler() call
 */
#define HAVE_SCHED_SETSCHEDULER

/*
 * Define if we have <malloc.h> header
 */
Loading