Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/features.h

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r1505 r1506  
    1 /* Copyright (C) 1991-1993,1995-2000,2001,2002 Free Software Foundation, Inc.
    2    This file is part of the GNU C Library.
    3 
    4    The GNU C Library is free software; you can redistribute it and/or
    5    modify it under the terms of the GNU Lesser General Public
    6    License as published by the Free Software Foundation; either
    7    version 2.1 of the License, or (at your option) any later version.
    8 
    9    The GNU C Library is distributed in the hope that it will be useful,
    10    but WITHOUT ANY WARRANTY; without even the implied warranty of
    11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12    Lesser General Public License for more details.
    13 
    14    You should have received a copy of the GNU Lesser General Public
    15    License along with the GNU C Library; if not, write to the Free
    16    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    17    02111-1307 USA.  */
    18 
     1/* features.h,v 1.8 2004/09/14 22:27:32 bird Exp */
    192/** @file
    203 * GLIBC v2.3.2
     
    2912 *                from bitching.
    3013 */
     14
     15/* Copyright (C) 1991-1993,1995-2000,2001,2002 Free Software Foundation, Inc.
     16   This file is part of the GNU C Library.
     17
     18   The GNU C Library is free software; you can redistribute it and/or
     19   modify it under the terms of the GNU Lesser General Public
     20   License as published by the Free Software Foundation; either
     21   version 2.1 of the License, or (at your option) any later version.
     22
     23   The GNU C Library is distributed in the hope that it will be useful,
     24   but WITHOUT ANY WARRANTY; without even the implied warranty of
     25   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     26   Lesser General Public License for more details.
     27
     28   You should have received a copy of the GNU Lesser General Public
     29   License along with the GNU C Library; if not, write to the Free
     30   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
     31   02111-1307 USA.  */
    3132
    3233#ifndef _FEATURES_H
Note: See TracChangeset for help on using the changeset viewer.