mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 20:43:38 +01:00
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__*/
|