Skip to content

Commit

Permalink
vi: correct qnx build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Jun 2, 2024
1 parent 87af5ea commit be5c7f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions bld/vi/nt/int.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <setjmp.h>
#include "win.h"


static volatile int exit_thread;
static char_info _FAR *ClockStart = NULL;

Expand Down
3 changes: 3 additions & 0 deletions bld/vi/qnx/int.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*
* Open Watcom Project
*
* Copyright (c) 2024 The Open Watcom Contributors. All Rights Reserved.
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
*
* ========================================================================
Expand Down Expand Up @@ -35,5 +36,7 @@
#include <signal.h>
#include "win.h"


void RestoreInterrupts( void ) {}
void SetInterrupts( void ) {}
void GetClockStart( void ) {}

0 comments on commit be5c7f9

Please sign in to comment.