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_cleanup_push.c

    r389 r390  
    11#include "pthread_impl.h"
    22
    3 #ifndef __c2__
    43static void dummy(struct __ptcb *cb)
    54{
     
    76weak_alias(dummy, __do_cleanup_push);
    87weak_alias(dummy, __do_cleanup_pop);
    9 #else
    10 extern void __do_cleanup_push(struct __ptcb *cb);
    11 extern void __do_cleanup_pop(struct __ptcb *cb);
    12 #endif
    138
    149void _pthread_cleanup_push(struct __ptcb *cb, void (*f)(void *), void *x)
Note: See TracChangeset for help on using the changeset viewer.