~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/lib/posix/source/stdlib.c

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#define LIBPOSIX_INTERNAL
37
37
 
38
38
#include "internal/common.h"
39
 
#include "stdlib.h"
 
39
#include "posix/stdlib.h"
40
40
 
41
 
#include "errno.h"
42
 
#include "fcntl.h"
43
 
#include "limits.h"
44
 
#include "string.h"
45
 
#include "sys/stat.h"
46
 
#include "unistd.h"
 
41
#include "posix/errno.h"
 
42
#include "posix/fcntl.h"
 
43
#include "posix/limits.h"
 
44
#include "posix/string.h"
 
45
#include "posix/sys/stat.h"
 
46
#include "posix/unistd.h"
47
47
 
48
48
#include "libc/sort.h"
49
49
#include "libc/str.h"