VirtualBox

Changeset 3138 in kBuild for vendor/gnumake/current/w32/include


Ignore:
Timestamp:
Mar 12, 2018 7:32:29 PM (7 years ago)
Author:
bird
Message:

Imported make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6) from https://git.savannah.gnu.org/git/make.git.

Location:
vendor/gnumake/current/w32/include
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/w32/include/dirent.h

    r2596 r3138  
    11/* Windows version of dirent.h
    2 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
    3 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     2Copyright (C) 1996-2016 Free Software Foundation, Inc.
    43This file is part of GNU Make.
    54
     
    3837struct dirent
    3938{
    40   ino_t d_ino;                  /* unused - no equivalent on WINDOWS32 */
     39  ino_t d_ino;                  /* unused - no equivalent on WINDOWS32 */
    4140  char d_name[NAME_MAX+1];
    4241};
    4342
    4443typedef struct dir_struct {
    45         ULONG   dir_ulCookie;
    46         HANDLE  dir_hDirHandle;
    47         DWORD   dir_nNumFiles;
    48         char    dir_pDirectoryName[NAME_MAX+1];
    49         struct dirent dir_sdReturn;
     44        ULONG   dir_ulCookie;
     45        HANDLE  dir_hDirHandle;
     46        DWORD   dir_nNumFiles;
     47        char    dir_pDirectoryName[NAME_MAX+1];
     48        struct dirent dir_sdReturn;
    5049} DIR;
    5150
  • vendor/gnumake/current/w32/include/pathstuff.h

    r2596 r3138  
    11/* Definitions for Windows path manipulation.
    2 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
    3 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     2Copyright (C) 1996-2016 Free Software Foundation, Inc.
    43This file is part of GNU Make.
    54
  • vendor/gnumake/current/w32/include/sub_proc.h

    r2596 r3138  
    11/* Definitions for Windows process invocation.
    2 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    3 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     2Copyright (C) 1996-2016 Free Software Foundation, Inc.
    43This file is part of GNU Make.
    54
     
    2221 * Component Name:
    2322 *
    24  * $Date: 2010/07/13 01:20:43 $
     23 * $Date$
    2524 *
    26  * $Source: /sources/make/make/w32/include/sub_proc.h,v $
     25 * $Source$
    2726 *
    28  * $Id: sub_proc.h,v 1.12 2010/07/13 01:20:43 psmith Exp $
     27 * $Id$
    2928 */
    3029
     
    3433EXTERN_DECL(HANDLE process_init, (VOID_DECL));
    3534EXTERN_DECL(HANDLE process_init_fd, (HANDLE stdinh, HANDLE stdouth,
    36         HANDLE stderrh));
     35                                     HANDLE stderrh));
    3736EXTERN_DECL(long process_begin, (HANDLE proc, char **argv, char **envp,
    38         char *exec_path, char *as_user));
     37                                 char *exec_path, char *as_user));
    3938EXTERN_DECL(long process_pipe_io, (HANDLE proc, char *stdin_data,
    40         int stdin_data_len));
     39                                   int stdin_data_len));
    4140EXTERN_DECL(long process_file_io, (HANDLE proc));
    4241EXTERN_DECL(void process_cleanup, (HANDLE proc));
    43 EXTERN_DECL(HANDLE process_wait_for_any, (VOID_DECL));
     42EXTERN_DECL(HANDLE process_wait_for_any, (int block, DWORD* pdwWaitStatus));
    4443EXTERN_DECL(void process_register, (HANDLE proc));
    45 EXTERN_DECL(HANDLE process_easy, (char** argv, char** env));
     44EXTERN_DECL(HANDLE process_easy, (char** argv, char** env,
     45                                  int outfd, int errfd));
    4646EXTERN_DECL(BOOL process_kill, (HANDLE proc, int signal));
    4747EXTERN_DECL(int process_used_slots, (VOID_DECL));
     48EXTERN_DECL(DWORD process_set_handles, (HANDLE *handles));
    4849
    4950/* support routines */
     
    5758EXTERN_DECL(int process_errcnt, (HANDLE proc));
    5859EXTERN_DECL(void process_pipes, (HANDLE proc, int pipes[3]));
     60EXTERN_DECL(void process_noinherit, (int fildes));
    5961
    6062#endif
  • vendor/gnumake/current/w32/include/w32err.h

    r2596 r3138  
    11/* Definitions for Windows error handling.
    2 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    3 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     2Copyright (C) 1996-2016 Free Software Foundation, Inc.
    43This file is part of GNU Make.
    54
     
    2322#endif
    2423
    25 EXTERN_DECL(char * map_windows32_error_to_string, (DWORD error));
     24EXTERN_DECL(const char * map_windows32_error_to_string, (DWORD error));
    2625
    2726#endif /* !_W32ERR_H */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette