Changeset a3da2b2 in mainline for uspace/lib/posix/source/fcntl.c


Ignore:
Timestamp:
2012-08-31T09:55:22Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ca4c6ec1
Parents:
33fee91
Message:

Introduce include/ and source/ directories into libposix

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/source/fcntl.c

    r33fee91 ra3da2b2  
    3636
    3737#include "internal/common.h"
    38 #include "fcntl.h"
     38#include "posix/fcntl.h"
    3939
    4040#include "libc/unistd.h"
    4141#include "libc/vfs/vfs.h"
    42 #include "errno.h"
     42#include "posix/errno.h"
    4343
    4444/**
Note: See TracChangeset for help on using the changeset viewer.