Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        glibc-headers: Header files for development using standard C libraries.
        
        
            | Name: | glibc-headers | Vendor: | Fermi National Accelerator Laboratory | 
        
            | Version: | 2.3.2 | License: | LGPL | 
        
            | Release: | 95.20 | URL: |  | 
        
        
        - Summary
- The glibc-headers package contains the header files necessary
for developing programs which use the standard C libraries (which are
used by nearly all programs).  If you are developing programs which
will use the standard C libraries, your system needs to have these
standard header files available in order to create the
executables.
Install glibc-headers if you are going to develop programs which will
use the standard C libraries.
Changelog
        
            - * Fri Apr  2 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.20
- - add SERVICES_AUTHORITATIVE setting to /etc/default/nss 
            - * Thu Apr  1 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.19
- - for getservbyname{,_r}, do yp_match on name instead of name/tcp,
  followed by name/udp before fallback if protocol is NULL
- fix return value of fwrite when writing >= 2GB of data at once
  on 64-bit arches
            - * Wed Mar 31 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.18
- - fix a bug in getservbyport{,_r}
- if protocol is NULL for getservby*, first search for "tcp",
  then "udp" protocol by yp_match and then fallback to sequential
  scanning
- speed up getservby{name,port}{,_r} (arg, NULL) when using NIS
  (#103576)
- add NETID_AUTHORITATIVE support (#118338)