Ignore:
Timestamp:
Mar 28, 2022, 4:12:29 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
d5cdbed
Parents:
18f7858
Message:

Fixed syntax error (hopefully)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io.cfa

    r18f7858 r37a3aa23  
    680680                        with( this->idle_wctx) {
    681681
    682                         // Do we already have a pending read
    683                         if(available(*ftr)) {
    684                                 // There is no pending read, we need to add one
    685                                 reset(*ftr);
    686 
    687                                 iov.iov_base = rdbuf;
    688                                 iov.iov_len  = sizeof(eventfd_t);
    689                                 __kernel_read(proc, *ftr, iov, evfd );
     682                                // Do we already have a pending read
     683                                if(available(*ftr)) {
     684                                        // There is no pending read, we need to add one
     685                                        reset(*ftr);
     686
     687                                        iov.iov_base = rdbuf;
     688                                        iov.iov_len  = sizeof(eventfd_t);
     689                                        __kernel_read(proc, *ftr, iov, evfd );
     690                                }
    690691                        }
    691692
Note: See TracChangeset for help on using the changeset viewer.