Changeset bc1f1c2 in mainline for uspace/lib/libc/arch/mips32/include


Ignore:
Timestamp:
2007-06-28T00:54:12Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12f91130
Parents:
b9641ee
Message:

Goodbye pseudo threads, welcome fibrils.
The renaming might still be incomplete.

Location:
uspace/lib/libc/arch/mips32/include
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/arch/mips32/include/fibril.h

    rb9641ee rbc1f1c2  
    3434 */
    3535
    36 #ifndef LIBC_mips32_PSTHREAD_H_
    37 #define LIBC_mips32_PSTHREAD_H_
     36#ifndef LIBC_mips32_FIBRIL_H_
     37#define LIBC_mips32_FIBRIL_H_
    3838
    3939#include <types.h>
  • uspace/lib/libc/arch/mips32/include/thread.h

    rb9641ee rbc1f1c2  
    3636/* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */
    3737
    38 #ifndef LIBC_mips32THREAD_H_
    39 #define LIBC_mips32THREAD_H_
     38#ifndef LIBC_mips32_THREAD_H_
     39#define LIBC_mips32_THREAD_H_
    4040
    4141/* I did not find any specification (neither MIPS nor PowerPC), but
     
    5454
    5555typedef struct {
    56         void *pst_data;
     56        void *fibril_data;
    5757} tcb_t;
    5858
Note: See TracChangeset for help on using the changeset viewer.