Skip to content

Commit

Permalink
Fix compile error introduced by initial rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnoKing committed Mar 9, 2024
1 parent a9ce636 commit 69fd8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/ksh93/include/fault.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ extern void sh_sigdone(void);
extern void sh_siginit(void);
extern void sh_sigtrap(int);
extern void sh_sigreset(int);
extern void *sh_timeradd(unsigned long,int ,void (*)(void*),void*);
extern void *sh_timeradd(Sfulong_t,int ,void (*)(void*),void*);
extern void sh_timerdel(void*);

extern const char e_alarm[];
Expand Down

0 comments on commit 69fd8eb

Please sign in to comment.