mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-01-01 06:23:37 +01:00
8 lines
197 B
C
8 lines
197 B
C
#ifndef __BITS_CONFNAME_H__
|
|
# define __BITS_CONFNAME_H__
|
|
|
|
//FIXME: this part is probably arch-specific(?)
|
|
#define _SC_PAGE_SIZE 0
|
|
#define _SC_PAGESIZE _SC_PAGE_SIZE
|
|
|
|
#endif /*__BITS_CONFNAME_H__*/
|