mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 14:00:30 +00:00
2009-05-25 Tristan Gingold <gingold@adacore.com>
* fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB, FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
This commit is contained in:
parent
c5ac1056d7
commit
84983b1a4e
@ -1,3 +1,8 @@
|
||||
2009-05-25 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
|
||||
FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
|
||||
|
||||
2009-04-22 Taras Glek <tglek@mozilla.com>
|
||||
|
||||
* hashtab.h: Update GTY annotations to new syntax.
|
||||
|
@ -9,12 +9,12 @@
|
||||
the application unable to be configured for both "same" and "binary"
|
||||
variant systems. */
|
||||
|
||||
#define FOPEN_RB "rb,rfm=var"
|
||||
#define FOPEN_WB "wb,rfm=var"
|
||||
#define FOPEN_AB "ab,rfm=var"
|
||||
#define FOPEN_RUB "r+b,rfm=var"
|
||||
#define FOPEN_WUB "w+b,rfm=var"
|
||||
#define FOPEN_AUB "a+b,rfm=var"
|
||||
#define FOPEN_RB "rb,rfm=udf,rat=none"
|
||||
#define FOPEN_WB "wb,rfm=udf,rat=none"
|
||||
#define FOPEN_AB "ab,rfm=udf,rat=none"
|
||||
#define FOPEN_RUB "r+b,rfm=udf,rat=none"
|
||||
#define FOPEN_WUB "w+b,rfm=udf,rat=none"
|
||||
#define FOPEN_AUB "a+b,rfm=udf,rat=none"
|
||||
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
|
Loading…
Reference in New Issue
Block a user