Changeset 3102 for branches/libc-0.6/src/emx/include
- Timestamp:
- Apr 15, 2007, 5:27:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/InnoTekLIBC/backend.h
r2439 r3102 816 816 int __libc_Back_signalTimer(int iWhich, const struct itimerval *pValue, struct itimerval *pOldValue); 817 817 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 */ 825 void __libc_Back_signalLostPoke(void); 818 826 819 827
Note:
See TracChangeset
for help on using the changeset viewer.