Mark Wielaard
907b985725
drd/tests/swapcontext.c: Rename typedef struct thread_local to threadlocal
...
Since C23 thread_local is a keyword (thread storage duration).
swapcontext.c:23:16: error: expected '{' before 'thread_local'
23 | typedef struct thread_local {
| ^~~~~~~~~~~~
swapcontext.c:23:16: warning: 'thread_local' is not at beginning of declaration [-Wold-style-declaration]
swapcontext.c:23:16: error: 'thread_local' used with 'typedef'
swapcontext.c:26:3: warning: data definition has no type or storage class
26 | } thread_local_t;
| ^~~~~~~~~~~~~~
2024-11-23 23:15:53 +01:00
..
2021-11-21 15:25:14 +01:00
2015-05-26 11:52:45 +00:00
2024-11-23 23:15:53 +01:00
2022-12-24 15:32:15 -08:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2023-08-25 23:00:58 +02:00
2023-01-28 22:08:29 +01:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2024-11-18 13:25:31 -08:00
2023-10-09 23:23:03 +02:00
2010-06-02 19:32:51 +00:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2024-04-20 03:10:12 +02:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2023-10-09 23:23:03 +02:00
2023-08-25 23:00:58 +02:00
2020-10-10 18:11:31 -07:00
2024-04-20 04:13:04 +02:00
2023-09-02 16:12:35 +02:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2024-10-13 16:57:33 +02:00
2023-10-09 23:23:03 +02:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2020-10-10 18:11:31 -07:00
2019-05-26 20:07:51 +02:00
2020-10-10 18:11:31 -07:00
2012-11-10 22:29:54 +00:00
2020-10-10 18:11:31 -07:00
2023-08-25 23:00:58 +02:00
2021-02-20 08:44:50 -08:00
2023-08-25 23:00:58 +02:00
2023-08-25 23:00:58 +02:00
2020-10-10 18:11:31 -07:00
2018-03-18 13:53:38 +01:00
2020-10-10 18:11:31 -07:00
2014-08-09 12:47:17 +00:00