We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6b3d2 commit 66fd3e4Copy full SHA for 66fd3e4
2 files changed
unix/mpconfigport.h
@@ -224,8 +224,6 @@ extern const struct _mp_obj_fun_builtin_t mp_builtin_open_obj;
224
mp_obj_t keyboard_interrupt_obj; \
225
void *mmap_region_head; \
226
227
-#define MICROPY_MPHALPORT_H "unix_mphal.h"
228
-
229
// We need to provide a declaration/definition of alloca()
230
#ifdef __FreeBSD__
231
#include <stdlib.h>
unix/unix_mphal.h unix/mphalport.hunix/unix_mphal.h renamed to unix/mphalport.h
@@ -23,6 +23,7 @@
23
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24
* THE SOFTWARE.
25
*/
26
+#include <unistd.h>
27
28
#ifndef CHAR_CTRL_C
29
#define CHAR_CTRL_C (3)
0 commit comments