diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-15 13:12:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-15 13:12:19 +0100 |
| commit | f2da24874369c5a0e8937e848a86d74f2ac564ba (patch) | |
| tree | cea6ca62870c3db390902a21543a99b31caa4170 /src/libSystem/SystemKit | |
| parent | 984e7503e0c7605f60dac3e8d2de40d3fdf36eae (diff) | |
| parent | f58844c6bb8e6c979347050782068bdfe58089d3 (diff) | |
Merge pull request #139 from ne-foss-org/pthread-system
[FEAT] Pthread system
Diffstat (limited to 'src/libSystem/SystemKit')
| -rw-r--r-- | src/libSystem/SystemKit/System.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libSystem/SystemKit/System.h b/src/libSystem/SystemKit/System.h index 1a7298d8..4e766d9d 100644 --- a/src/libSystem/SystemKit/System.h +++ b/src/libSystem/SystemKit/System.h @@ -14,6 +14,7 @@ /// @brief Secure TTY device path. #define kSecurePrintDevicePath "/devices/stty{}{}" +/// @brief Laser-disc path (Blu-ray, DVD, CD, etc.) #define kCDDevicePath "/devices/dvd{}{}" // ------------------------------------------------------------------------------------------ // |
