Ignore:
Timestamp:
May 23, 2019, 12:45:39 AM (5 years ago)
Author:
coas-nagasima
Message:

コードを整理

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub/trunk/musl-1.1.18/src/thread/synccall.c

    r389 r390  
    1818static volatile int target_tid;
    1919static void (*callback)(void *), *context;
    20 #ifndef __c2__
    2120static volatile int dummy = 0;
    2221weak_alias(dummy, __block_new_threads);
    23 #else
    24 extern volatile int __block_new_threads;
    25 #endif
    2622
    2723static void handler(int sig)
Note: See TracChangeset for help on using the changeset viewer.