Changeset 25f6bddb in mainline for uspace/lib/c/generic/io/kio.c


Ignore:
Timestamp:
2018-11-11T15:47:39Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b8fad2
Parents:
f4cb6c5f
git-author:
Jakub Jermar <jakub@…> (2018-11-11 10:27:00)
git-committer:
Jakub Jermar <jakub@…> (2018-11-11 15:47:39)
Message:

Deallocate waitq's used by the loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/kio.c

    rf4cb6c5f r25f6bddb  
    6060        if (futex_initialize(&kio_buffer.futex, 1) != EOK)
    6161                abort();
     62}
     63
     64void __kio_fini(void)
     65{
     66        futex_destroy(&kio_buffer.futex);
    6267}
    6368
Note: See TracChangeset for help on using the changeset viewer.