Changeset fcab7ef in mainline for uspace/lib/c/include/unistd.h


Ignore:
Timestamp:
2017-03-26T20:46:56Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe91f66
Parents:
f644472
Message:

Merge dup2() into vfs_clone()

File:
1 edited

Legend:

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

    rf644472 rfcab7ef  
    5858#define getpagesize()  (PAGE_SIZE)
    5959
    60 extern int dup2(int, int);
    61 
    6260extern ssize_t write(int, aoff64_t *, const void *, size_t);
    6361extern ssize_t read(int, aoff64_t *, void *, size_t);
Note: See TracChangeset for help on using the changeset viewer.