mirror of
https://github.com/systemd/systemd.git
synced 2025-03-15 06:50:17 +03:00
9 lines
89 B
C
9 lines
89 B
C
/*
|
|
* errno.h
|
|
*/
|
|
|
|
#include <klibc/extern.h>
|
|
#include <asm/errno.h>
|
|
|
|
__extern int errno;
|