9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
8 lines
150 B
C
Executable File
8 lines
150 B
C
Executable File
#ifndef _ABIBITS_SUSECONDS_T_H
|
|
#define _ABIBITS_SUSECONDS_T_H
|
|
|
|
#include <bits/types.h>
|
|
|
|
typedef long suseconds_t;
|
|
|
|
#endif /* _ABIBITS_SUSECONDS_T_H */ |