source: azure_iot_hub/trunk/musl-1.1.18/src/internal/libc.c@ 389

Last change on this file since 389 was 389, checked in by coas-nagasima, 5 years ago

ビルドが通るよう更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-csrc;charset=UTF-8
File size: 226 bytes
Line 
1#include "libc.h"
2
3struct __libc __libc;
4
5size_t __hwcap;
6size_t __sysinfo;
7char *__progname=0, *__progname_full=0;
8
9weak_alias(__progname, program_invocation_short_name);
10weak_alias(__progname_full, program_invocation_name);
Note: See TracBrowser for help on using the repository browser.