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 1121 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1122 by niro, Wed Aug 18 21:11:40 2010 UTC
# Line 184  Line 184 
184  # define _KLIBC_HAS_ARCHSOCKET_H 0  # define _KLIBC_HAS_ARCHSOCKET_H 0
185  #endif  #endif
186    
187    
188    /*
189     * _KLIBC_SYS_SOCKETCALL
190     *
191     * This architecture (e.g. SPARC) advertises socket-related
192     * system calls, which are not actually implemented.  Use
193     * socketcalls unconditionally instead.
194     */
195    #ifndef _KLIBC_SYS_SOCKETCALL
196    # define _KLIBC_SYS_SOCKETCALL 0
197    #endif
198    
199  #endif /* _KLIBC_SYSCONFIG_H */  #endif /* _KLIBC_SYSCONFIG_H */

Legend:
Removed from v.1121  
changed lines
  Added in v.1122