boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

stdarg-musl-guard.after (226B)


      1 #endif
      2 
      3 /* musl's bits/alltypes.h uses this guard when another compiler header has
      4  * already supplied the target ABI's va_list definition. */
      5 #ifndef __DEFINED_va_list
      6 #define __DEFINED_va_list
      7 #endif
      8 
      9 #endif /* _STDARG_H */