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/spawn.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1505 r1506  
     1/** @file
     2 * GLIBC 2.3.2
     3 * @changed bird: we don't have sched.h or the GLIBC standard definitions.
     4 */
     5
    16/* Definitions for POSIX spawn interface.
    27   Copyright (C) 2000 Free Software Foundation, Inc.
     
    1823   02111-1307 USA.  */
    1924
    20 /** @file
    21  * GLIBC 2.3.2
    22  * @changed bird: we don't have features.h, sched.h or the GLIBC standard definitions.
    23  */
    24 
    2525#ifndef _SPAWN_H
    2626#define _SPAWN_H        1
    2727
     28#include <features.h>
    2829#ifndef __EMX__                         /* bird */
    29 #include <features.h>
    3030#include <sched.h>
    3131#endif                                  /* bird */
Note: See TracChangeset for help on using the changeset viewer.