Skip to content

Commit

Permalink
add missed constants
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Aug 28, 2024
1 parent e3fd47e commit d558fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3813,6 +3813,8 @@ fn test_linux(target: &str) {
|| name == "PTP_CLOCK_GETCAPS2"
|| name == "PTP_ENABLE_PPS2"
|| name == "PTP_EXTTS_REQUEST2"
|| name == "PTP_MASK_CLEAR_ALL"
|| name == "PTP_MASK_EN_SINGLE"
|| name == "PTP_PEROUT_REQUEST2"
|| name == "PTP_PIN_GETFUNC2"
|| name == "PTP_PIN_SETFUNC2"
Expand Down
2 changes: 2 additions & 0 deletions libc-test/semver/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2081,6 +2081,8 @@ PTP_SYS_OFFSET_EXTENDED
PTP_SYS_OFFSET_EXTENDED2
PTP_SYS_OFFSET_PRECISE
PTP_SYS_OFFSET_PRECISE2
PTP_MASK_CLEAR_ALL
PTP_MASK_EN_SINGLE
PTRACE_ATTACH
PTRACE_CONT
PTRACE_DETACH
Expand Down

0 comments on commit d558fe2

Please sign in to comment.