Ignore:
Timestamp:
Jun 7, 2019, 10:13:19 PM (5 years ago)
Author:
coas-nagasima
Message:

ファイルヘッダーの更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/musl-1.1.18/src/thread/pthread_cond_timedwait.c

    r352 r400  
    212212}
    213213
    214 #ifndef __c2__
    215214weak_alias(__pthread_cond_timedwait, pthread_cond_timedwait);
    216 #else
    217 int pthread_cond_timedwait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m, const struct timespec *restrict ts)
    218 {
    219         return __pthread_cond_timedwait(c, m, ts);
    220 }
    221 #endif
Note: See TracChangeset for help on using the changeset viewer.