CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/17 18:34:51
Modified files:
lib/libc/asr : asr_private.h
Log message:
Remove prototype for static function _asr_resolver. Eliminates gcc
whining about undefined static in all the .c files that include
asr_private.h. _asr_resolver() is defined and used in asr.c only.
ok kettenis@
