Changeset d50f3e5 in mainline for uspace/lib/c/include/fibril.h


Ignore:
Timestamp:
2025-03-09T20:06:24Z (16 hours ago)
Author:
Matěj Volf <git@…>
Children:
53e652d
Parents:
af28af6
git-author:
Matěj Volf <git@…> (2025-03-09 20:05:51)
git-committer:
Matěj Volf <git@…> (2025-03-09 20:06:24)
Message:

decrease scrope of pthread keys support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/fibril.h

    raf28af6 rd50f3e5  
    7474extern __noreturn void fibril_exit(long);
    7575
    76 /** Add a function to be called after fibril exits, just before it is destroyed */
    77 extern errno_t fibril_add_exit_hook(void (*)(void));
    78 
    7976__HELENOS_DECLS_END;
    8077
Note: See TracChangeset for help on using the changeset viewer.