Skip to content
Snippets Groups Projects
  1. Oct 31, 2024
    • Razvan Deaconescu's avatar
      src: Update macro guard name · fbdefc0a
      Razvan Deaconescu authored
      
      Change macro guard name for `include/internal/types.h` from
      `__TYPES_H__` to `__INTERNAL_TYPES_H__`. This prevents it from clashing
      with the macro guard for `include/sys/types.h`.
      
      Unless this change is applied, the inclusion of `sys/types.h` will not
      lead to the inclusion of `internal/types.h`, since the macro guard
      `__TYPES_H__` is used in both.
      
      Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
      fbdefc0a
  2. Oct 17, 2024
  3. Oct 20, 2023
  4. Oct 18, 2023
  5. Oct 17, 2023
  6. Oct 03, 2023
  7. Oct 01, 2023
  8. Mar 28, 2023
  9. Mar 26, 2023
Loading