aros-development-team / AROS

Main AROS repository for active development. Contains the main Operating System components and Build System.
http://www.aros.org
Other
381 stars 60 forks source link

Don't use aliased function #554

Closed deadwood2 closed 3 years ago

deadwood2 commented 3 years ago

getc is an alias to fgetc but aliases are only available in linklibs Using getc here means that getc from stdcio.library was used and FILE structure definitions are not compatible between posixc and stdcio resulting in getc_unlocked function not working.