Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/include/klibc/sysconfig.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1296 by niro, Wed Aug 18 21:11:40 2010 UTC revision 1297 by niro, Fri May 27 15:12:11 2011 UTC
# Line 169  Line 169 
169   *   *
170   * mips has it's own definition of statfs, which is   * mips has it's own definition of statfs, which is
171   * different from any other 32 bit arch.   * different from any other 32 bit arch.
172   */   */
173  #ifndef _KLIBC_STATFS_F_TYPE_32B  #ifndef _KLIBC_STATFS_F_TYPE_32B
174  # define _KLIBC_STATFS_F_TYPE_32B 0  # define _KLIBC_STATFS_F_TYPE_32B 0
175  #endif  #endif
# Line 196  Line 196 
196  # define _KLIBC_SYS_SOCKETCALL 0  # define _KLIBC_SYS_SOCKETCALL 0
197  #endif  #endif
198    
199    /*
200     * _KLIBC_ARM_USE_BX
201     *
202     * This arm architecture supports bx instruction.
203     */
204    #ifndef _KLIBC_ARM_USE_BX
205    # define _KLIBC_ARM_USE_BX 0
206    #endif
207    
208  #endif /* _KLIBC_SYSCONFIG_H */  #endif /* _KLIBC_SYSCONFIG_H */

Legend:
Removed from v.1296  
changed lines
  Added in v.1297