C0710051

Explanation

A stream was passed to the __fpurge() function that is not supported by the function. __fpurge() only allows the purging of UNIX files.

Programmer response

Correct the application so that it does not attempt to use __fpurge() on streams that are not UNIX files.

Symbolic Feedback Code

JrEdcFioeEnocando01