Skip to content

TS-5027: Replace readdir_r with readdir.#1181

Merged
jpeach merged 1 commit into
apache:masterfrom
jpeach:fix/readdir
Nov 4, 2016
Merged

TS-5027: Replace readdir_r with readdir.#1181
jpeach merged 1 commit into
apache:masterfrom
jpeach:fix/readdir

Conversation

@jpeach

@jpeach jpeach commented Nov 3, 2016

Copy link
Copy Markdown
Contributor

Glibc deprecated readdir_r(3), so replace it with readdir(3). We
were already using readdir(3) in many places so this is just accepting
the inevitable.

Glibc deprecated readdir_r(3), so replace it with readdir(3). We
were already using readdir(3) in many places so this is just accepting
the inevitable.
@jpeach jpeach added the Core label Nov 3, 2016
@jpeach jpeach added this to the 7.1.0 milestone Nov 3, 2016
@jpeach jpeach self-assigned this Nov 3, 2016
@jpeach jpeach added the Cleanup label Nov 3, 2016
@atsci

atsci commented Nov 3, 2016

Copy link
Copy Markdown

FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/1154/ for details.

@atsci

atsci commented Nov 3, 2016

Copy link
Copy Markdown

Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/1047/ for details.

@zwoop zwoop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, couldn't have done it better myself.

@jpeach
jpeach merged commit 25b16f7 into apache:master Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants