Changeset 0aae87a6 in mainline for uspace/lib/c/Makefile


Ignore:
Timestamp:
2012-11-09T19:33:11Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
67b152e
Parents:
3b8a990
Message:

Unify the default stack size used by userspace threads and fibrils.

  • The size is stored by the kernel into sysinfo.
  • stack_size_get() reads this value from sysinfo and caches it locally.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r3b8a990 r0aae87a6  
    140140        generic/net/socket_client.c \
    141141        generic/net/socket_parse.c \
     142        generic/stack.c \
    142143        generic/stacktrace.c \
    143144        generic/arg_parse.c \
Note: See TracChangeset for help on using the changeset viewer.