aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 07744c8b23..1310813410 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -113,6 +113,7 @@ my %APIs = (
'deprecated' => { 'count_errors' => 1, 'functions' => [
'perror', # Use strerror() and report messages in whatever
# fashion is appropriate for the code in question.
+ 'ctime', # Use abs_time_secs_to_str()
### Deprecated glib functions
# (The list is based upon the GLib 2.20.1 documentation; Some of
# the entries are are commented out since they are currently