Changeset e7267a2 in mainline


Ignore:
Timestamp:
2012-11-18T20:00:33Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34ae0a5
Parents:
dbb3552
Message:

Remove unused macros.

Location:
uspace/lib/c/generic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/fibril.c

    rdbb3552 re7267a2  
    4949#include <assert.h>
    5050#include <async.h>
    51 
    52 #ifndef FIBRIL_INITIAL_STACK_PAGES_NO
    53         #define FIBRIL_INITIAL_STACK_PAGES_NO  1
    54 #endif
    5551
    5652/**
  • uspace/lib/c/generic/thread.c

    rdbb3552 re7267a2  
    4545#include <as.h>
    4646#include "private/thread.h"
    47 
    48 #ifndef THREAD_INITIAL_STACK_PAGES
    49         #define THREAD_INITIAL_STACK_PAGES  2
    50 #endif
    5147
    5248/** Main thread function.
Note: See TracChangeset for help on using the changeset viewer.