micropython: fix compilation without sys/cdefs 13069/head
authorRosen Penev <rosenp@gmail.com>
Mon, 10 Aug 2020 20:10:11 +0000 (13:10 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 10 Aug 2020 22:29:06 +0000 (15:29 -0700)
commitaf76685638d5421eeaa54fbe96387479a9ba5bc6
tree898de3a74b3575849d8cf86cd436174a0fee028c
parent11c4323665df0e4d03ce2d843f0a52401f0e0a8e
micropython: fix compilation without sys/cdefs

sys/cdefs.h is not provided by musl. micropython also includes its own
copy.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lang/python/micropython/Makefile
lang/python/micropython/patches/010-cdefs.patch [new file with mode: 0644]