[PR #892] [CLOSED] [WIP] copy nsec of atime/mtime in CopyStat #891 #1472

Open
opened 2026-01-29 20:54:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/892
Author: @JackJey
Created: 3/8/2021
Status: ❌ Closed

Base: master ← Head: #891


📝 Commits (2)

📊 Changes

1 file changed (+20 additions, -4 deletions)

View changed files

📝 c/tools/brotli.c (+20 -4)

📄 Description

for #891

copy tv_nsec in stat result to dest file.
switching case for APPLE & GLIBC for compatibility but I don't make sure this coves all case.
if this command need to cover windows, I think it needs more switching but I don't have windows env,
so adding [wip] for here and any comments and helps are welcome.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/892 **Author:** [@JackJey](https://github.com/JackJey) **Created:** 3/8/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `#891` --- ### 📝 Commits (2) - [`4052201`](https://github.com/google/brotli/commit/40522013179d2742b48276b2dc33629a4459901d) utimensat - [`37d2dc8`](https://github.com/google/brotli/commit/37d2dc8b83b02fae1362992541d18c1f52473533) support __APPLE__ ### 📊 Changes **1 file changed** (+20 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `c/tools/brotli.c` (+20 -4) </details> ### 📄 Description for #891 copy tv_nsec in stat result to dest file. switching case for APPLE & GLIBC for compatibility but I don't make sure this coves all case. if this command need to cover windows, I think it needs more switching but I don't have windows env, so adding [wip] for here and any comments and helps are welcome. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:54:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1472