Changeset 7d7f5e3 in mainline for uspace/lib/c/meson.build


Ignore:
Timestamp:
2023-09-17T09:56:59Z (9 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
153dd3b
Parents:
4c6fd56
Message:

loc_server_register() should be callable more than once (implementation)

We create a new session for each loc_server_register() / loc_srv_t
object. Alternatively we could multiplex all to a single connection
and then demultiplex them in the server, but this seemed simpler
at the moment.

We add a test case to libc test suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/meson.build

    r4c6fd56 r7d7f5e3  
    11#
     2# Copyright (c) 2023 Jiri Svoboda
    23# Copyright (c) 2005 Martin Decky
    34# Copyright (c) 2007 Jakub Jermar
     
    186187        'test/inttypes.c',
    187188        'test/io/table.c',
     189        'test/loc.c',
    188190        'test/main.c',
    189191        'test/mem.c',
Note: See TracChangeset for help on using the changeset viewer.