Changeset f7428b1 in buchla-68k for include/fcntl.h


Ignore:
Timestamp:
07/10/2017 01:26:59 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5fa506d
Parents:
c3aee8a
Message:

Started to rework include files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/fcntl.h

    rc3aee8a rf7428b1  
    66*/
    77
     8#pragma once
     9
    810/*
    911   =============================================================================
     
    1214   =============================================================================
    1315*/
    14 
    15 #ifndef O_RDONLY        /* only define these once */
    1616
    1717#define O_RDONLY        0x0000  /* Read-only value  */
     
    2828#define O_RAW           0x8000  /* Raw (binary) I/O flag for getc and putc */
    2929
    30 #endif
    31 
    3230/*
    3331   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.