Merge branch 'master' of github.com:ashinn/chibi-scheme

This commit is contained in:
Alex Shinn 2019-03-12 00:20:53 +08:00
commit 80b360b800
2 changed files with 2 additions and 3 deletions

View file

@ -20,8 +20,8 @@ instructions on compiling with fewer features or requesting
a smaller language on startup. a smaller language on startup.
Chibi-Scheme is known to work on **32** and **64-bit** Linux, FreeBSD, Chibi-Scheme is known to work on **32** and **64-bit** Linux, FreeBSD,
NetBSD and OS X, Plan 9, Windows (using Cygwin), iOS, Android, ARM and NetBSD, OpenBSD and OS X, Plan 9, Windows (using Cygwin), iOS, Android,
[Emscripten](https://kripken.github.io/emscripten-site). Basic ARM and [Emscripten](https://kripken.github.io/emscripten-site). Basic
support for native Windows desktop also exists. See README-win32.md support for native Windows desktop also exists. See README-win32.md
for details and build instructions. for details and build instructions.

View file

@ -63,7 +63,6 @@ static sexp sexp_set_signal_action (sexp ctx, sexp self, sexp signum, sexp newac
#include <sys/time.h> #include <sys/time.h>
#ifndef __DragonFly__ #ifndef __DragonFly__
#include <sys/param.h> #include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/proc.h> #include <sys/proc.h>
#endif #endif
#include <sys/sysctl.h> #include <sys/sysctl.h>