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_rx/trunk/musl-1.1.18/src/mman/munmap.c

    r337 r400  
    33#include "libc.h"
    44
    5 #ifndef __c2__
    65static void dummy(void) { }
    76weak_alias(dummy, __vm_wait);
    8 #else
    9 extern void __vm_wait(void);
    10 #endif
    117
    128int __munmap(void *start, size_t len)
     
    1612}
    1713
    18 #ifndef __c2__
    1914weak_alias(__munmap, munmap);
    20 #else
    21 int munmap(void *start, size_t len)
    22 {
    23         return __munmap(start, len);
    24 }
    25 #endif
Note: See TracChangeset for help on using the changeset viewer.