micro-os-plus / micro-os-plus-iii

The portable part of µOS++ IIIe (an xpm/npm package)
http://micro-os-plus.github.io
MIT License
115 stars 17 forks source link

When compiled with the option -ffreestanding, some posix calls are still accepted #49

Open lixpaulian opened 5 years ago

lixpaulian commented 5 years ago

When compiled with the option -ffreestanding, some posix calls (e.g. read (), write () a.o.) are not flagged as undeclared, however other calls are (e.g. tcsetattr (), tcgetattr ()).