Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Issue 2959043002: Replace calls to deprecated readdir_r() in ProcUtil with readdir()

Created:
3 years, 5 months ago by jaragunde
Modified:
3 years, 5 months ago
Reviewers:
CC:
chromium-reviews, jln+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace calls to deprecated readdir_r() in ProcUtil with readdir() BUG= readdir_r() is considered deprecated (see https://www.gnu.org/software/libc/manual/html_node/Reading_002fClosing-Directory.html). It has already been replaced in other places (see d5aaabd).

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -9 lines) Patch
M sandbox/linux/services/proc_util.cc View 2 chunks +7 lines, -9 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698