Changeset ec18957a in mainline for uspace/lib/posix/stdlib.c


Ignore:
Timestamp:
2011-07-08T00:54:24Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c1984f
Parents:
3f466c33
Message:

Added errno.h (see commentary inside).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdlib.c

    r3f466c33 rec18957a  
    3939#include "stdlib.h"
    4040
     41#include "errno.h"
     42
    4143#include "libc/sort.h"
    4244#include "libc/str.h"
    4345#include "libc/vfs/vfs.h"
    44 #include <errno.h>  // FIXME: use POSIX errno
    4546
    4647/**
Note: See TracChangeset for help on using the changeset viewer.