Ignore:
Timestamp:
Apr 15, 2007, 5:27:12 AM (18 years ago)
Author:
bird
Message:

workaround for lost signals / thread pokes. Fixes #152.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/InnoTekLIBC/backend.h

    r2439 r3102  
    816816int __libc_Back_signalTimer(int iWhich, const struct itimerval *pValue, struct itimerval *pOldValue);
    817817
     818/**
     819 * This is a hack to deal with potentially lost thread pokes.
     820 *
     821 * For some reason or another we loose the async signal in some situations. It's
     822 * been observed happening after/when opening files (fopen), but it's not known
     823 * whether this is really related or not.
     824 */
     825void __libc_Back_signalLostPoke(void);
    818826
    819827
Note: See TracChangeset for help on using the changeset viewer.