Skip to content

Commit

Permalink
partial revert 9acbffd
Browse files Browse the repository at this point in the history
Weaken 2 declarations.  Seems to be the minimal amount for now.

First exhibited issues with EFI but later also with BIOS beyond *pxelinux.0
when compiled with gcc-5.3.1 and gcc-6.

Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
  • Loading branch information
geneC committed Nov 27, 2016
1 parent 852bd3f commit c114afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com32/include/syslinux/pxe_api.h
Expand Up @@ -585,8 +585,8 @@ typedef struct s_PXENV_UNLOAD_STACK {
#define PXENV_STATUS_LOADER_UNDI_START 0xca
#define PXENV_STATUS_LOADER_BC_START 0xcb

int pxe_call(int, void *);
void unload_pxe(uint16_t flags);
int __weak pxe_call(int, void *);
void __weak unload_pxe(uint16_t flags);
uint32_t pxe_dns(const char *);

extern uint32_t SendCookies;
Expand Down

0 comments on commit c114afd

Please sign in to comment.