diff options
| author | Tom Rini <[email protected]> | 2023-07-25 16:55:59 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-25 16:55:59 -0400 |
| commit | 544dfc3c88f99aba0b23073d07182615658b4819 (patch) | |
| tree | 72d50ff97f4f4a6b0079e761566f6ff2c7932622 /include/linux | |
| parent | ad1c9b26a86bdccf6a10e3369b1009cde2b04365 (diff) | |
| parent | fa5977103978aa1998aa7b9ffe9cf495451cbbe1 (diff) | |
Merge branch '2023-07-25-assorted-general-updates'
- A number of MAINTAINER file updates, assorted driver/platform fixes,
performance improvements for sparse file writes, and 64bit time_t.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/types.h b/include/linux/types.h index baa2c491ea5..9df930afd13 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -65,7 +65,7 @@ typedef __kernel_ptrdiff_t ptrdiff_t; #ifndef _TIME_T #define _TIME_T -typedef __kernel_time_t time_t; +typedef long long time_t; #endif #ifndef _CLOCK_T |
