Print this page
9704 move socket functions to libc

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/inc/libc.h
          +++ new/usr/src/lib/libc/inc/libc.h
↓ open down ↓ 192 lines elided ↑ open up ↑
 193  193   * defined in _sigaction.s
 194  194   */
 195  195  extern int __sigaction(int, const struct sigaction *, struct sigaction *);
 196  196  
 197  197  /*
 198  198   * defined in _getsp.s
 199  199   */
 200  200  extern greg_t _getsp(void);
 201  201  
 202  202  /*
 203      - * defined in _so_setsockopt.s
 204      - */
 205      -extern int _so_setsockopt(int, int, int, const char *, int);
 206      -
 207      -/*
 208      - * defined in _so_getsockopt.s
 209      - */
 210      -extern int _so_getsockopt(int, int, int, char *, int *);
 211      -
 212      -/*
 213  203   * defined in lsign.s
 214  204   */
 215  205  extern int lsign(dl_t);
 216  206  
 217  207  /*
 218  208   * defined in ucontext.s
 219  209   */
 220  210  extern int __getcontext(ucontext_t *);
 221  211  
 222  212  /*
↓ open down ↓ 101 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX