mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
[v1.0] remove alarm builtin
It's undocumented, it's broken and can crash the shell, and it's unclear if it can ever be fixed. So with a 1.0 release (hopefully) not very far off, it's time to remove it from the 1.0 branch. Related: https://github.com/ksh93/ksh/issues/422
This commit is contained in:
parent
cae9af5eec
commit
4d50b69cbd
8 changed files with 38 additions and 341 deletions
|
|
@ -151,7 +151,6 @@ extern void sh_subjobcheck(pid_t);
|
|||
extern int sh_subsavefd(int);
|
||||
extern void sh_subtmpfile(void);
|
||||
extern char *sh_substitute(const char*,const char*,char*);
|
||||
extern void sh_timetraps(void);
|
||||
extern const char *_sh_translate(const char*);
|
||||
extern int sh_trace(char*[],int);
|
||||
extern void sh_trim(char*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue