Edit

IABSD.fr/src/lib/libfido2/shlib_version

Branch :

  • Show log

    Commit

  • Author : yasuoka
    Date : 2025-07-16 15:33:05
    Hash : b7f6c2eb
    Message : Make the FILE object opaque. Move the __sFILE definition into libc/hidden/_stdio.h. All programs that refer to the internal structure of the FILE object can't be compiled from now on. std{in,out,err} doesn't refer __sF[] now, but the hidden __sF along with __srget and __swbuf symbols are kept temporarily to make our transition easier. But those symbols will be deleted soon. The shared library versions are bumped for libc and all the other libraries that refer to std{in,out,err}. diff from guenther, tweak by me, tested by many ok sthen tb

  • lib/libfido2/shlib_version
  • major=8
    minor=0