Ignore:
Timestamp:
Jul 26, 2006, 9:23:03 PM (19 years ago)
Author:
bird
Message:

wrappers for the old headers. Cleaned up the moved headers. added get/setrlimit backend stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/klibc/thread.h

    r2744 r2745  
    22/** @file
    33 *
    4  * LIBC Thread Handling.
     4 * kLIBC - Thread Management.
    55 *
    66 * Copyright (c) 2004-2006 knut st. osmundsen <bird-srcspam@anduin.net>
    77 *
    88 *
    9  * This file is part of InnoTek LIBC.
    10  *
    11  * InnoTek LIBC is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU General Public License as published by
    13  * the Free Software Foundation; either version 2 of the License, or
     9 * This file is part of kLIBC.
     10 *
     11 * kLIBC is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU Lesser General Public License as published
     13 * by the Free Software Foundation; either version 2 of the License, or
    1414 * (at your option) any later version.
    1515 *
    16  * InnoTek LIBC is distributed in the hope that it will be useful,
     16 * kLIBC is distributed in the hope that it will be useful,
    1717 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1818 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU General Public License
    22  * along with InnoTek LIBC; if not, write to the Free Software
     19 * GNU Lesser General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU Lesser General Public License
     22 * along with kLIBC; if not, write to the Free Software
    2323 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    2424 *
    2525 */
    2626
    27 #ifndef __InnoTekLIBC_thread_h__
    28 #define __InnoTekLIBC_thread_h__
     27#ifndef __klibc_thread_h__
     28#define __klibc_thread_h__
    2929
    3030/*******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.