source: scripts/fetch/eglibc/2.10.1/20-missing_header.patch @ cf308924

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since cf308924 was cf308924, checked in by jim <jim@…>, 15 years ago

Updated eglibc fetch script.

  • Property mode set to 100644
File size: 493 bytes
  • sysdeps/unix/sysv/linux/check_native.c

    many ports hit this warning:
    ../sysdeps/unix/sysv/linux/check_native.c:46: warning: implicit declaration of function 'memset'
    ../sysdeps/unix/sysv/linux/check_native.c:46: warning: implicit declaration of function 'memset'
    
    snipped from suse
    
     
    2323#include <stddef.h>
    2424#include <stdint.h>
    2525#include <stdlib.h>
     26#include <string.h>
    2627#include <time.h>
    2728#include <unistd.h>
    2829#include <net/if.h>
Note: See TracBrowser for help on using the repository browser.