Changeset 1016


Ignore:
Timestamp:
Jan 20, 2004, 2:27:29 AM (22 years ago)
Author:
bird
Message:

mempcpy is not not _STD().

Location:
trunk/src/emx/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/libc.def

    • Property cvs2svn:cvs-rev changed from 1.38 to 1.39
    r1015 r1016  
    963963    "___toupper" @993
    964964    "___locale_C" @994
    965     "__std_mempcpy" @995
     965    "_mempcpy" @995
    966966
  • trunk/src/emx/src/lib/str/386/mempcpy.s

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1015 r1016  
    2020        ALIGN
    2121
    22 _STD(memcpyp):
     22mempcpy:
    2323        PROFILE_NOFRAME
    2424        pushl   %esi
     
    3737        popl    %edi
    3838        popl    %esi
    39         EPILOGUE(_STD(memcpy))
     39        EPILOGUE(mempcpy)
Note: See TracChangeset for help on using the changeset viewer.