source: patches/colo-1.22-relocation_fix-1.patch @ 279277d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 279277d was dedf427, checked in by Jim Gifford <clfs@…>, 17 years ago

Update to Colo 1.22

  • Property mode set to 100644
File size: 749 bytes
  • stage1/include/lib.h

    Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org>
    Date: 2006-06-11
    Initial Package Version: 1.21
    Upstream Status: Unknown
    Origin: Joe Ciccone
    Description: Fixes relocation errors when linking.
    
    diff -Naur colo-1.21.orig/stage1/include/lib.h colo-1.21/stage1/include/lib.h
    old new  
    4747
    4848/* fast.c */
    4949
    50 extern void * __attribute__((section(".data"))) _memcpy_w(void *, const void *, size_t);
    51 extern void * __attribute__((section(".data"))) _memset_w(void *, int, size_t);
     50extern void * _memcpy_w(void *, const void *, size_t);
     51extern void * _memset_w(void *, int, size_t);
    5252
    5353#endif
    5454
Note: See TracBrowser for help on using the repository browser.