Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14859
| From | "G. Branden Robinson" <g.branden.robinson@gmail.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: Bash-5.0-beta2 available for download |
| Date | 2018-11-27 18:44 -0500 |
| Message-ID | <mailman.4771.1543372122.1284.bug-bash@gnu.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEBUG -g -O2 -Wno-parentheses -Wno-format-security evalstring.c
evalstring.c: In function ‘parse_and_execute_cleanup’:
evalstring.c:150:7: warning: implicit declaration of function ‘unfreeze_jobs_list’; did you mean ‘unfreeeze_jobs_list’? [-Wimplicit-function-declaration]
unfreeze_jobs_list ();
^~~~~~~~~~~~~~~~~~
unfreeeze_jobs_list
--- jobs.h.orig 2018-11-27 18:35:43.205649329 -0500
+++ jobs.h 2018-11-27 18:35:51.049574540 -0500
@@ -260,7 +260,7 @@
extern void run_sigchld_trap __P((int));
extern int freeze_jobs_list __P((void));
-extern void unfreeeze_jobs_list __P((void));
+extern void unfreeze_jobs_list __P((void));
extern void set_jobs_list_frozen __P((int));
extern int set_job_control __P((int));
extern void without_job_control __P((void));
--
Regards,
Branden
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Re: Bash-5.0-beta2 available for download "G. Branden Robinson" <g.branden.robinson@gmail.com> - 2018-11-27 18:44 -0500
csiph-web