diff options
| author | 😄 Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-24 12:37:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-24 12:37:20 +0100 |
| commit | 48a0084c66f43eb2206fdfd757fb026bbd90d1eb (patch) | |
| tree | 7ded7e3fddec1a79e134451e4be5bce0b3244897 /src/libSystem/SystemKit | |
| parent | 5b5081e679a0481356d1e026310546ac632b1c87 (diff) | |
| parent | 6cf854b950e3884d6b5a08eb6059d1780f4d19db (diff) | |
Merge pull request #144 from ne-foss-org/user-system-utf8
[FEAT] Kernel: UTF-8 usage in UserMgr.
Diffstat (limited to 'src/libSystem/SystemKit')
| -rw-r--r-- | src/libSystem/SystemKit/System.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libSystem/SystemKit/System.h b/src/libSystem/SystemKit/System.h index 324aae5c..7e4a9ae6 100644 --- a/src/libSystem/SystemKit/System.h +++ b/src/libSystem/SystemKit/System.h @@ -408,4 +408,10 @@ IMPORT_C SInt32 SemWait(_Input SemaphoreRef sem); /// @brief Close a semaphore. IMPORT_C SInt32 SemClose(_Input SemaphoreRef sem); +// ------------------------------------------------------------------------------------------ // +// @brief User AgeAuth API. +// ------------------------------------------------------------------------------------------ // + +IMPORT_C SInt32 UserIsAdult(_Input SInt32 uid); + #endif // ifndef SYSTEMKIT_SYSTEM_H |
