Ignore:
Timestamp:
Jan 24, 2007, 11:21:56 PM (19 years ago)
Author:
bird
Message:

copyright and email updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/win/mscfakes.h

    r636 r785  
    44 * Unix fakes for MSC.
    55 *
    6  * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
     6 * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
    77 *
    88 *
     
    4141#if !defined(__GNUC__) && !defined(__attribute__)
    4242#define __attribute__(a)
    43 #endif 
     43#endif
    4444
    4545#define S_ISDIR(m)  (((m) & _S_IFMT) == _S_IFDIR)
     
    9393
    9494#ifndef timerisset
    95 struct timeval 
     95struct timeval
    9696{
    9797    long tv_sec;
    9898    long tv_usec;
    9999};
    100 #endif 
    101 
    102 struct iovec 
     100#endif
     101
     102struct iovec
    103103{
    104104    char *iov_base;
     
    132132#else
    133133#define snprintf _snprintf
    134 #endif 
     134#endif
    135135size_t strlcpy(char *, const char *, size_t);
    136136int symlink(const char *pszDst, const char *pszLink);
     
    152152/* signal hacks */
    153153#include <signal.h>
    154 typedef struct sigset 
    155 {   
    156     unsigned long __bitmap[1]; 
     154typedef struct sigset
     155{
     156    unsigned long __bitmap[1];
    157157} sigset_t;
    158158typedef void __sighandler_t(int);
     
    200200
    201201#endif /* _MSC_VER */
    202 #endif 
    203 
     202#endif
     203
Note: See TracChangeset for help on using the changeset viewer.