Ignore:
Timestamp:
Sep 15, 2006, 7:09:38 AM (19 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/vmsjobs.c

    r282 r503  
    1 
    2 
    3 
    41/* --------------- Moved here from job.c ---------------
    52   This file must be #included in job.c, as it accesses static functions.
    6 */
     3
     4Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     52006 Free Software Foundation, Inc.
     6This file is part of GNU Make.
     7
     8GNU Make is free software; you can redistribute it and/or modify it under the
     9terms of the GNU General Public License as published by the Free Software
     10Foundation; either version 2, or (at your option) any later version.
     11
     12GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
     13WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     14A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     15
     16You should have received a copy of the GNU General Public License along with
     17GNU Make; see the file COPYING.  If not, write to the Free Software
     18Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.  */
     19
     20#include <string.h>
     21#include <descrip.h>
     22#include <clidef.h>
     23
     24extern char *vmsify PARAMS ((char *name, int type));
    725
    826static int vms_jobsefnmask = 0;
    927
    1028/* Wait for nchildren children to terminate */
    11 void
     29static void
    1230vmsWaitForChildren(int *status)
    1331{
     
    92110  return p;
    93111}
    94 
    95 #include <descrip.h>
    96 #include <clidef.h>
    97112
    98113/* This is called as an AST when a child process dies (it won't get
     
    198213
    199214/* local helpers to make ctrl+c and ctrl+y working, see below */
     215#include <iodef.h>
    200216#include <libclidef.h>
    201217#include <ssdef.h>
Note: See TracChangeset for help on using the changeset viewer.