• Stephan Bergmann's avatar
    Use proper ucontext_t in external/breakpad · 935f76d0
    Stephan Bergmann yazdı
    SUSv4 merely claims that ucontext_t is defined as a structure type (in
    <signal.h>), and at least /usr/include/sys/ucontext.h in
    glibc-headers-2.26-15.fc27.x86_64 now defines it as
    
      typedef struct ucontext_t { ... } ucontext_t;
    
    instead of as
    
      typedef struct ucontext { ... } ucontext_t;
    
    as was done in older glibc, so referring to it as "struct ucontext" (C/C++) or
    "ucontext" (C++) no longer works.
    
    Change-Id: I3d515a4ce7e5a49d0277136cad2b982bdf799ac5
    935f76d0
Adı
Son kayıt (commit)
Son güncelleme
..
ExternalProject_breakpad.mk Loading commit data...
Makefile Loading commit data...
Module_breakpad.mk Loading commit data...
README Loading commit data...
StaticLibrary_breakpad.mk Loading commit data...
UnpackedTarball_breakpad.mk Loading commit data...
breakpad-stackwalk.patch.1 Loading commit data...
breakpad-use-correct-http-header.patch.1 Loading commit data...
breakpad-wshadow.patch.1 Loading commit data...
breakpad-wshadow2.patch.1 Loading commit data...
ubsan.patch Loading commit data...
ucontext.patch Loading commit data...