Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

os_support.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Andreas Bießmann's avatar
      6f261854
      tools/os_support: add OS X Lion support · 6f261854
      Andreas Bießmann authored
      
      OS X Lion's c-library implements getline(), therefore prevent including the old
      helper implementation for __DARWIN_C_LEVEL < 200809L.
      
      Without this patch following error occours:
      
      ---8<---
      In file included from os_support.h:32,
                       from img2srec.c:55:
      getline.h:1: error: conflicting types for ‘getline’
      /usr/include/stdio.h:449: error: previous declaration of ‘getline’ was
      here
      --->8---
      
      Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
      6f261854
      History
      tools/os_support: add OS X Lion support
      Andreas Bießmann authored
      
      OS X Lion's c-library implements getline(), therefore prevent including the old
      helper implementation for __DARWIN_C_LEVEL < 200809L.
      
      Without this patch following error occours:
      
      ---8<---
      In file included from os_support.h:32,
                       from img2srec.c:55:
      getline.h:1: error: conflicting types for ‘getline’
      /usr/include/stdio.h:449: error: previous declaration of ‘getline’ was
      here
      --->8---
      
      Signed-off-by: default avatarAndreas Bießmann <andreas.devel@googlemail.com>