Landing: dbd2deefe760
Project / Subsystem
gcc / ada
Date
2026-02-13
Author
Eric Botcazou
Commit
dbd2deefe760b711635de13b465b2fd209d26930
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- dbd2deefe760b711635de13b465b2fd209d26930
- source_type
- github
- headline
- Ada: Fixes build failure for Windows platforms
- tldr
- This commit adds a missing `with` clause to `s-interr__sigaction.adb`, resolving a build failure on Windows.
- author
- Eric Botcazou
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • build
- • windows
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-02-13T00:00:00.000Z
The Ada runtime library requires a with clause for System.OS_Interface in s-interr__sigaction.adb to compile correctly on Windows platforms. This patch adds the missing clause, resolving a build failure and ensuring the library can be built successfully.