mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
Merge branch 'master' of github.com:ashinn/chibi-scheme
This commit is contained in:
commit
80b360b800
2 changed files with 2 additions and 3 deletions
|
@ -20,8 +20,8 @@ instructions on compiling with fewer features or requesting
|
|||
a smaller language on startup.
|
||||
|
||||
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
|
||||
[Emscripten](https://kripken.github.io/emscripten-site). Basic
|
||||
NetBSD, OpenBSD and OS X, Plan 9, Windows (using Cygwin), iOS, Android,
|
||||
ARM and [Emscripten](https://kripken.github.io/emscripten-site). Basic
|
||||
support for native Windows desktop also exists. See README-win32.md
|
||||
for details and build instructions.
|
||||
|
||||
|
|
|
@ -63,7 +63,6 @@ static sexp sexp_set_signal_action (sexp ctx, sexp self, sexp signum, sexp newac
|
|||
#include <sys/time.h>
|
||||
#ifndef __DragonFly__
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/proc.h>
|
||||
#endif
|
||||
#include <sys/sysctl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue