summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-05-10 03:22:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-05-10 15:06:24 +0900
commitbc52801034e9e33d7aab0cb64c84f64cd9d4c035 (patch)
tree50a9d289982a0c943d572f112026627e3378262a /src/core
parenteb29296937b268e0140a2ab1cf204c2ebb72fa5a (diff)
downloadsystemd-bc52801034e9e33d7aab0cb64c84f64cd9d4c035.tar.gz
tree-wide: drop _pure_ attribute from non-pure functions
Prompted by #27595. Follow-ups for 6723c28f36ea566faf61d3610012cd89f95ee4a0.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/job.h b/src/core/job.h
index df35e2a5b6..dcb5c7fff6 100644
--- a/src/core/job.h
+++ b/src/core/job.h
@@ -220,7 +220,7 @@ char *job_dbus_path(Job *j);
void job_shutdown_magic(Job *j);
-int job_get_timeout(Job *j, usec_t *timeout) _pure_;
+int job_get_timeout(Job *j, usec_t *timeout);
bool job_may_gc(Job *j);
void job_add_to_gc_queue(Job *j);