Ignore:
Timestamp:
Mar 15, 2021, 5:30:49 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
d0cd933
Parents:
9528767
Message:

Removed cfathread_suspendFD/cfathread_resumeFD which is not needed and was not supported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/clib/cfathread.h

    r9528767 rf03e11d  
    105105        ssize_t cfathread_read(int fildes, void *buf, size_t nbyte);
    106106
    107         void cfathread_suspendFD(int fd);
    108         void cfathread_resumeFD (int fd);
    109 
    110107#if defined(__cforall) || defined(__cplusplus)
    111108}
Note: See TracChangeset for help on using the changeset viewer.