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

    r337 r400  
    77#include "libc.h"
    88
    9 #ifndef __c2__
    109static void dummy(void) { }
    1110weak_alias(dummy, __vm_wait);
    12 #else
    13 extern void __vm_wait(void);
    14 #endif
    1511
    1612#define UNIT SYSCALL_MMAP2_UNIT
     
    4238}
    4339
    44 #ifndef __c2__
    4540weak_alias(__mmap, mmap);
    46 #else
    47 void *mmap(void *start, size_t len, int prot, int flags, int fd, off_t off)
    48 {
    49         return __mmap(start, len, prot, flags, fd, off);
    50 }
    51 #endif
    5241
    5342LFS64(mmap);
Note: See TracChangeset for help on using the changeset viewer.