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/pthread_self.c

    r389 r390  
    88}
    99
    10 #ifndef __c2__
    1110weak_alias(__pthread_self_internal, pthread_self);
    1211weak_alias(__pthread_self_internal, thrd_current);
    13 #else
    14 pthread_t pthread_self()
    15 {
    16         return __pthread_self_internal();
    17 }
    18 
    19 pthread_t thrd_current()
    20 {
    21         return __pthread_self_internal();
    22 }
    23 #endif
Note: See TracChangeset for help on using the changeset viewer.