Changeset 2fc5072 in mainline


Ignore:
Timestamp:
2011-06-06T00:48:47Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d10fc8
Parents:
7bb9b53
Message:

Added skeletons for functions from time.h and stdlib.h.

Location:
uspace/lib/posix
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    r7bb9b53 r2fc5072  
    3939
    4040SOURCES = \
    41         string.c
     41        stdlib.c \
     42        string.c \
     43        time.c
    4244
    4345include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.