Blame wcsmbs/Versions

Packit 6c4009
%include <float128-abi.h>
Packit 6c4009
libc {
Packit 6c4009
  GLIBC_2.0 {
Packit 6c4009
    # functions used in inline functions or macros
Packit 6c4009
     __mbrlen; __mbrtowc;
Packit 6c4009
    __wcstod_internal; __wcstof_internal; __wcstold_internal;
Packit 6c4009
    __wcstol_internal; __wcstoll_internal;
Packit 6c4009
    __wcstoul_internal; __wcstoull_internal;
Packit 6c4009
Packit 6c4009
    # b*
Packit 6c4009
    btowc;
Packit 6c4009
Packit 6c4009
    # w*
Packit 6c4009
    wcpcpy; wcpncpy; wcrtomb; wcscat; wcschr; wcscmp; wcscoll;
Packit 6c4009
    wcscpy; wcscspn; wcsdup; wcslen; wcsncat; wcsncmp;
Packit 6c4009
    wcsncpy; wcsnrtombs; wcspbrk; wcsrchr; wcsrtombs; wcsspn; wcsstr;
Packit 6c4009
    wcstod; wcstof; wcstok; wcstol; wcstold; wcstoq; wcstoul;
Packit 6c4009
    wcstouq; wcswidth; wcsxfrm; wctob;
Packit 6c4009
Packit 6c4009
    wmemchr; wmemcmp; wmemcpy; wmemmove; wmemset;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.1 {
Packit 6c4009
    # w*
Packit 6c4009
    wcscasecmp; wcsncasecmp; wcsnlen; wcstoll;
Packit 6c4009
    wcstoimax; wcstoumax; wcstoull; wcswcs; wmemrtombs; wmemrtowcs;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.2 {
Packit 6c4009
    # w*
Packit 6c4009
    wcschrnul; wmempcpy;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.7 {
Packit 6c4009
    __isoc99_fwscanf; __isoc99_swscanf; __isoc99_vfwscanf; __isoc99_vswscanf;
Packit 6c4009
    __isoc99_vwscanf; __isoc99_wscanf;
Packit 6c4009
  }
Packit 6c4009
  GLIBC_2.16 {
Packit 6c4009
    c16rtomb; c32rtomb; mbrtoc16; mbrtoc32;
Packit 6c4009
  }
Packit 6c4009
%ifdef FLOAT128_VERSION
Packit 6c4009
  FLOAT128_VERSION {
Packit 6c4009
    wcstof128;
Packit 6c4009
    wcstof128_l;
Packit 6c4009
  }
Packit 6c4009
%endif
Packit 6c4009
  GLIBC_2.27 {
Packit 6c4009
    # _Float64x functions, only present for some configurations.
Packit 6c4009
    wcstof64x;
Packit 6c4009
    wcstof64x_l;
Packit 6c4009
    # _Float32, _Float64 and _Float32x functions, for all configurations.
Packit 6c4009
    wcstof32; wcstof64; wcstof32x;
Packit 6c4009
    wcstof32_l; wcstof64_l; wcstof32x_l;
Packit 6c4009
  }
Packit 6c4009
}