mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-29 13:03:38 +01:00
8 lines
149 B
C
8 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__*/
|