Skip to content

Commit

Permalink
Some minor build fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 21, 2017
1 parent 3864bc9 commit fabd3be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lx_loader.c
Expand Up @@ -810,6 +810,8 @@ static __attribute__((noreturn)) void runLxModule(LxModule *lxmod, const int arg
: "memory"
);

(void) endLxProcess; // make compiler happy.

__builtin_unreachable();
} // runLxModule

Expand Down
2 changes: 1 addition & 1 deletion native/os2native.h
Expand Up @@ -2,7 +2,7 @@
#define _INCL_OS2NATIVE_H_

#define _POSIX_C_SOURCE 199309
#define _BSD_SOURCE
#define _DEFAULT_SOURCE
#define _GNU_SOURCE
#include <stdint.h>
#include <stdlib.h>
Expand Down

0 comments on commit fabd3be

Please sign in to comment.