ObjFW  Diff

Differences From Artifact [265bf1343a]:

  • File src/runtime/OFPlainMutex.m — part of check-in [304dad64b4] at 2024-08-16 22:13:36 on branch trunk — runtime: Hide symbols for mutex / once / TLS key (user: js size: 1683) [more...]

To Artifact [b70beddaa6]:

  • File src/runtime/OFPlainMutex.m — part of check-in [9d802a786d] at 2025-01-01 12:58:18 on branch trunk — Update copyright (user: js size: 1683) [more...]

1
2

3
4
5
6
7
8
9
1

2
3
4
5
6
7
8
9

-
+







/*
 * Copyright (c) 2008-2024 Jonathan Schleifer <js@nil.im>
 * Copyright (c) 2008-2025 Jonathan Schleifer <js@nil.im>
 *
 * All rights reserved.
 *
 * This program is free software: you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License version 3.0 only,
 * as published by the Free Software Foundation.
 *