Ignore:
Timestamp:
Oct 8, 2007, 3:40:32 AM (18 years ago)
Author:
bird
Message:

stubbed the sh stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shinstance.h

    r1222 r1225  
    360360#   define SIGTTIN          19
    361361#   define SIGCONT          20
    362     extern const char * const sys_siglist[NSIG];
     362#   define sys_siglist      sys_signame
    363363#endif /* _MSC_VER */
    364364#ifdef __sun__
    365 #   define sys_siglist _sys_siglist
     365#   define sys_siglist      _sys_siglist
     366#endif
     367#ifndef HAVE_SYS_SIGNAME
     368extern char sys_signame[NSIG][16];
    366369#endif
    367370
     
    433436int sh_tcsetpgrp(shinstance *, int, pid_t);
    434437
    435 /* sys/resourece.h */
     438/* sys/resource.h */
    436439#ifdef _MSC_VER
    437440    typedef int64_t shrlim_t;
Note: See TracChangeset for help on using the changeset viewer.