Ignore:
Timestamp:
Dec 18, 2005, 4:48:02 AM (20 years ago)
Author:
bird
Message:

o Ported all kmk builtins to win32.
o Fixed serveral bugs in kmk builtins.
o Probably broke both linux, bsd and OS/2. :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/kmkbuiltin/cp_extern.h

    r229 r370  
    5353extern volatile sig_atomic_t info;
    5454
    55 __BEGIN_DECLS
    5655int     copy_fifo(struct stat *, int);
    5756int     copy_file(const FTSENT *, int);
     
    5958int     copy_special(struct stat *, int);
    6059int     setfile(struct stat *, int);
    61 void    usage(void);
    62 __END_DECLS
     60int     usage(void);
Note: See TracChangeset for help on using the changeset viewer.