Ignore:
Timestamp:
12/10/07 18:51:36 (5 years ago)
Author:
andrew
Message:

Weekly sync with cvs.savannah.nongnu.org.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/host/qemu-neo1973/linux-user/socket.h

    r1640 r3627  
    110110        #define TARGET_SO_BSDCOMPAT    14 
    111111        /* To add :#define TARGET_SO_REUSEPORT 15 */ 
     112#if defined(TARGET_PPC) 
     113        #define TARGET_SO_RCVLOWAT     16 
     114        #define TARGET_SO_SNDLOWAT     17 
     115        #define TARGET_SO_RCVTIMEO     18 
     116        #define TARGET_SO_SNDTIMEO     19 
     117        #define TARGET_SO_PASSCRED     20 
     118        #define TARGET_SO_PEERCRED     21 
     119#else 
    112120        #define TARGET_SO_PASSCRED     16 
    113121        #define TARGET_SO_PEERCRED     17 
     
    116124        #define TARGET_SO_RCVTIMEO     20 
    117125        #define TARGET_SO_SNDTIMEO     21 
     126#endif 
    118127 
    119128        /* Security levels - as per NRL IPv6 - don't actually do anything */ 
Note: See TracChangeset for help on using the changeset viewer.