Changeset 826 for soft/giet_vm/applications/rosenfeld/nrc2/src/nrio2.c
- Timestamp:
- Jul 13, 2017, 11:01:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/rosenfeld/nrc2/src/nrio2.c
r822 r826 470 470 471 471 int32_t fd; 472 473 //fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT );472 473 //fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, S_IRWXU); 474 474 fd = open(filename, O_TRUNC | O_CREAT); 475 475 if (fd < 0) {
Note: See TracChangeset
for help on using the changeset viewer.