C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Run-Time Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
22-23
Environment Messages
Environment Messages
275
Cause. errno is defined in the user’s object file. The native CRE reports this error if
errno has been defined in the object file, and it is not the same errno defined by the
native CRE shared run-time library instance data item errno.
Effect. The run-time library terminates your program.
Recovery. Make sure the only defined errno in a program is the one defined in the
native CRE shared run-time library.
276
Cause. environ is defined in the user’s object file. The native CRE reports this error
if environ has been defined in the object file, and it is not the same environ defined
by the native CRE shared run-time library instance data item environ.
Effect. The run-time library terminates your program.
Recovery. Make sure the only defined environ in a program is the one defined in the
native CRE shared run-time library.
Ambiguity in application of errno
Ambiguity in application of environ