Changeset fa23560 in mainline for uspace/lib/libc/generic/libc.c


Ignore:
Timestamp:
2007-10-30T22:54:11Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d21cf8
Parents:
b2a0f6dd
Message:

Unify implementations of TLS variant I and variant II alloc_tls() and
free_tls_arch().

File:
1 edited

Legend:

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

    rb2a0f6dd rfa23560  
    4141#include <libc.h>
    4242#include <unistd.h>
     43#include <malloc.h>
     44#include <tls.h>
    4345#include <thread.h>
    44 #include <malloc.h>
    4546#include <fibril.h>
    4647#include <io/stream.h>
Note: See TracChangeset for help on using the changeset viewer.