Changeset 4d35bc6 for libcfa


Ignore:
Timestamp:
Feb 15, 2023, 7:19:35 AM (15 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
abcb393
Parents:
531c3d5
Message:

remove explicit declaration of accept4 function

File:
1 edited

Legend:

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

    r531c3d5 r4d35bc6  
    3333extern void ?{}(processor &, const char[], cluster &, thread$ *);
    3434extern "C" {
    35       extern void __cfactx_invoke_thread(void (*main)(void *), void * this);
    36         extern int accept4(int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags);
     35        extern void __cfactx_invoke_thread(void (*main)(void *), void * this);
    3736}
    3837
Note: See TracChangeset for help on using the changeset viewer.