summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/fb/schedule.c
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-04-13 23:36:26 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:54 +0200
commit7fb4c9e101f8477217ce9d818835bab5cc30f484 (patch)
treeb67b07aec1771eec2a602c82ddd53c62e2d6c5e9 /frontends/kolibrios/fb/schedule.c
parenta618be2a69a347128a4e29c879abf4a913421f52 (diff)
downloadnetsurf-7fb4c9e101f8477217ce9d818835bab5cc30f484.tar.gz
netsurf-7fb4c9e101f8477217ce9d818835bab5cc30f484.tar.bz2
Step 2 : Abuse _TARGET_IS_KOLIBRIOS and build with make TARGET=kolibrios
Diffstat (limited to 'frontends/kolibrios/fb/schedule.c')
-rw-r--r--frontends/kolibrios/fb/schedule.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/frontends/kolibrios/fb/schedule.c b/frontends/kolibrios/fb/schedule.c
index 3a3bda63f..72baa988e 100644
--- a/frontends/kolibrios/fb/schedule.c
+++ b/frontends/kolibrios/fb/schedule.c
@@ -15,12 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _TARGET_IS_KOLIBRIOS
-#define _TARGET_IS_KOLIBRIOS
-#endif
-
-#ifdef _TARGET_IS_KOLIBRIOS
-
+#if defined(_TARGET_IS_KOLIBRIOS)
#define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0)
#define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec)