mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-01-01 06:23:37 +01:00
bdf9566723
@update > CMakeLists.txt | remove the generation of the shared version of the fxlibc (deprecated, unused) > include/errno | add some error macros needed in vhex > src/string/strerror | add EINTR support | add EAGAIN support | add ENOMEDIUM support | add EMEDIUMTYPE support @fix > include/target/vhex | add missing headers
7 lines
149 B
C
7 lines
149 B
C
#ifndef __BITS_CONFNAME_H__
|
|
# define __BITS_CONFNAME_H__
|
|
|
|
#define _SC_PAGE_SIZE 0
|
|
#define _SC_PAGESIZE _SC_PAGE_SIZE
|
|
|
|
#endif /*__BITS_CONFNAME_H__*/
|