diff --git a/src/libCom/osi/os/RTEMS/osdStrtod.h b/src/libCom/osi/os/RTEMS/osdStrtod.h index 28fd36b9d..39fda698d 100644 --- a/src/libCom/osi/os/RTEMS/osdStrtod.h +++ b/src/libCom/osi/os/RTEMS/osdStrtod.h @@ -6,10 +6,6 @@ \*************************************************************************/ /* - * This header fragment is intended to be included as part of epicsString.h + * epicsStrtod() for systems with working strtod() routine */ - -/* - * epicsStrtod() for systems with broken strtod() routine - */ -epicsShareFunc double epicsStrtod(const char *str, char **endp); +#define epicsStrtod strtod