C/C++ Programmer's Guide (G06.27+, H06.08+, J06.03+)
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
Ambiguity in application of environ
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.
382 Run-Time Messages