Changeset e7267a2 in mainline for uspace/lib/c/generic/fibril.c


Ignore:
Timestamp:
2012-11-18T20:00:33Z (13 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.

File:
1 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/**
Note: See TracChangeset for help on using the changeset viewer.