Changeset b0b4592e in mainline for uspace/lib/posix/include


Ignore:
Timestamp:
2014-03-15T19:21:53Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c773adc
Parents:
2034f98 (diff), 8cffdf5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

Location:
uspace/lib/posix/include/posix
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/include/posix/math.h

    r2034f98 rb0b4592e  
    3636#define POSIX_MATH_H_
    3737
    38 #include "libc/math.h"
     38#include "libmath/math.h"
    3939
    4040#endif /* POSIX_MATH_H_ */
  • uspace/lib/posix/include/posix/sys/mman.h

    r2034f98 rb0b4592e  
    4040#endif
    4141
    42 #include "sys/types.h"
     42#include "types.h"
    4343#include <abi/mm/as.h>
    4444
     
    6060#define PROT_EXEC  AS_AREA_EXEC
    6161
    62 extern void *mmap(void *start, size_t length, int prot, int flags, int fd,
     62extern void *
     63__POSIX_DEF__(mmap)(void *start, size_t length, int prot, int flags, int fd,
    6364    __POSIX_DEF__(off_t) offset);
    64 extern int munmap(void *start, size_t length);
     65extern int __POSIX_DEF__(munmap)(void *start, size_t length);
    6566
    6667
Note: See TracChangeset for help on using the changeset viewer.