summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-07-19 16:51:57 -0700
committerElliott Hughes <enh@google.com>2013-07-19 16:51:57 -0700
commit3b074e60b2b906e9da5257d09de62b14867cb48e (patch)
tree1ef980779ea131d817938badfc65febabd02c2c4 /tools
parenta6468f681b6e5feff940d0c32363847e795e97c6 (diff)
downloadart-3b074e60b2b906e9da5257d09de62b14867cb48e.tar.gz
art-3b074e60b2b906e9da5257d09de62b14867cb48e.tar.bz2
art-3b074e60b2b906e9da5257d09de62b14867cb48e.zip
readdir is safer than readdir_r.
The upstream cpplint.py already made this change. Change-Id: I9614d51080557eab6730cffd476e01e7872729d0
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cpplint.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cpplint.py b/tools/cpplint.py
index 4f069b77ad..0b5fb93536 100755
--- a/tools/cpplint.py
+++ b/tools/cpplint.py
@@ -1206,7 +1206,6 @@ threading_list = (
('gmtime(', 'gmtime_r('),
('localtime(', 'localtime_r('),
('rand(', 'rand_r('),
- ('readdir(', 'readdir_r('),
('strtok(', 'strtok_r('),
('ttyname(', 'ttyname_r('),
)