mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 05:42:42 +08:00
* defs.h: Fix wording of the comment before FOPEN_RB.
This commit is contained in:
@ -797,11 +797,11 @@ typedef struct ptid ptid_t;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Assume that fopen accepts the letter "b" in the mode string.
|
/* Assume that fopen accepts the letter "b" in the mode string.
|
||||||
Support for is demanded by ISO C90, and should be supported on all
|
It is demanded by ISO C9X, and should be supported on all
|
||||||
platforms that claim to have a standards conforming C library. On
|
platforms that claim to have a standard-conforming C library. On
|
||||||
true POSIX systems it will be ignored and have no effect. There
|
true POSIX systems it will be ignored and have no effect. There
|
||||||
may still be systems without a standards conforming C library where
|
may still be systems without a standard-conforming C library where
|
||||||
an ISO C90 compiler (GCC) is available. Known examples are SunOS
|
an ISO C9X compiler (GCC) is available. Known examples are SunOS
|
||||||
4.x and 4.3BSD. This assumption means these systems are no longer
|
4.x and 4.3BSD. This assumption means these systems are no longer
|
||||||
supported. */
|
supported. */
|
||||||
#ifndef FOPEN_RB
|
#ifndef FOPEN_RB
|
||||||
|
Reference in New Issue
Block a user