summaryrefslogtreecommitdiff
path: root/nojobs.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2018-08-20 17:03:01 -0400
committerChet Ramey <chet.ramey@case.edu>2018-08-20 17:03:01 -0400
commitc2ccaa219a3e45be433b5ff797ce0331d9edfe43 (patch)
tree6617cd2e38b029d381b6178de7222ef9f9cba397 /nojobs.c
parent07f38782cdee9e9bb1c976fe35a1ff4613812495 (diff)
downloadbash-c2ccaa219a3e45be433b5ff797ce0331d9edfe43.tar.gz
commit bash-20180817 snapshot
Diffstat (limited to 'nojobs.c')
-rw-r--r--nojobs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nojobs.c b/nojobs.c
index 472624b9..2201a29a 100644
--- a/nojobs.c
+++ b/nojobs.c
@@ -1037,6 +1037,12 @@ unfreeze_jobs_list ()
{
}
+void
+set_jobs_list_frozen (s)
+ int s;
+{
+}
+
int
count_all_jobs ()
{