Menu

#263 EOPNOTSUPP not defined in errno.h

closed-invalid
MinGW (57)
2003-01-20
2003-01-20
Miguel Coca
No

In errno.h, the POSIX standard error code EOPNOTSUPP is
not defined. This is annoying when porting code that
uses it from a Unix system to Windows.

It would be nice if standard error codes were at least
defined (even if they are just defined as some generic
error).

Thanks,

Discussion

  • Earnie Boyd

    Earnie Boyd - 2003-01-20

    Logged In: YES
    user_id=15438

    We don't support POSIX, we support ANSI and the definitions
    found at MSDN.

    Earnie.

     
  • Earnie Boyd

    Earnie Boyd - 2003-01-20
    • status: open --> closed-invalid