source: azure_iot_hub/trunk/musl-1.1.18/src/ldso/tlsdesc.c

Last change on this file was 390, 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: 227 bytes
Line 
1#include <stddef.h>
2#include "libc.h"
3
4__attribute__((__visibility__("hidden")))
5ptrdiff_t __tlsdesc_static(), __tlsdesc_dynamic();
6
7ptrdiff_t __tlsdesc_static()
8{
9 return 0;
10}
11
12weak_alias(__tlsdesc_static, __tlsdesc_dynamic);
Note: See TracBrowser for help on using the repository browser.