Changeset 58898d1d in mainline for uspace/lib/c/include/stdio.h


Ignore:
Timestamp:
2017-03-24T20:31:54Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e9b2534
Parents:
c9e3692
Message:

Remove VFS_IN_SEEK from VFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stdio.h

    rc9e3692 r58898d1d  
    5454                        (void) __SYSCALL3(SYS_KIO, KIO_WRITE, (sysarg_t) _buf, str_size(_buf)); \
    5555        }
    56 
    57 #ifndef SEEK_SET
    58         #define SEEK_SET  0
    59 #endif
    60 
    61 #ifndef SEEK_CUR
    62         #define SEEK_CUR  1
    63 #endif
    64 
    65 #ifndef SEEK_END
    66         #define SEEK_END  2
    67 #endif
    6856
    6957enum _buffer_type {
Note: See TracChangeset for help on using the changeset viewer.