Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix sntp_get_real_time prototype in header#7707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
d-a-v merged 3 commits intoesp8266:masterfromearlephilhower:fixsntp
Nov 14, 2020

Conversation

@earlephilhower
Copy link
Collaborator

sntp_get_real_time takes atime_t in the core, but in the header it
was listed aslong. Make them both match by changing the header.

sntp_get_real_time takes a `time_t` in the core, but in the header itwas listed as `long`.  Make them both match by changing the header.
@earlephilhower
Copy link
CollaboratorAuthor

This was spotted while doing the newlib 3.3 port wheretime_t has gone to 64-bit (i.e. along long) to avoid the year 2038 problem. On the current core, this is just a cleanup and shouldn't change any code.

@d-a-vd-a-v merged commit417aacc intoesp8266:masterNov 14, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@d-a-vd-a-vAwaiting requested review from d-a-v

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@earlephilhower@d-a-v

[8]ページ先頭

©2009-2025 Movatter.jp