diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2026-05-01 18:08:26 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2026-05-01 18:13:09 +0000 |
| commit | daeab702f9adbbb718ecf48e17de8dd619cfe7b8 (patch) | |
| tree | 8243e34094aaf16d6aa20d32624aee5d3a2cc08f /sys/x86/include | |
| parent | 50bd6ee0cce9d3959828b0267b06ea0403781f41 (diff) | |
Diffstat (limited to 'sys/x86/include')
| -rw-r--r-- | sys/x86/include/_stdint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/include/_stdint.h b/sys/x86/include/_stdint.h index 1b8523bf656b..2dea911b5c88 100644 --- a/sys/x86/include/_stdint.h +++ b/sys/x86/include/_stdint.h @@ -163,7 +163,7 @@ */ #ifdef __LP64__ /* Limits of ptrdiff_t. */ -#define PTRDIFF_MIN INT64_MIN +#define PTRDIFF_MIN INT64_MIN #define PTRDIFF_MAX INT64_MAX /* Limits of sig_atomic_t. */ |
