mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
adac64a52b
The includes in libc/calls/calls.h have now been refactored so that functions with struct parameters are declared in libc/calls/struct/
4 lines
118 B
C
4 lines
118 B
C
#ifndef LIBC_ISYSTEM_SYS_UTSNAME_H_
|
|
#define LIBC_ISYSTEM_SYS_UTSNAME_H_
|
|
#include "libc/calls/struct/utsname.h"
|
|
#endif
|