Bulletin number: 309 Products affected: D511A D611A D711D Description: Errno missing from reduced library Component: sacrtl Date: Fri Jun 8 12:39:19 BST 1990 ----- The external variable 'errno' is missing from the reduced C run time library. It is needed by several routines including the following: ldexp() pow() strtol() strtoul() all 'cmath' functions except exp(), log() and sqrt() The workaround is to declare errno as "extern int errno".