genericopenlibs/openenvcore/backend/inc/sysreent.h
branchRCL_3
changeset 56 acd3cd4aaceb
parent 54 4332f0f7be53
child 57 2efc27d87e1c
equal deleted inserted replaced
54:4332f0f7be53 56:acd3cd4aaceb
   241 
   241 
   242 //forward declarations
   242 //forward declarations
   243 struct ifreq;
   243 struct ifreq;
   244 
   244 
   245 IMPORT_C int _setdefaultif_r(int *aErrno, const struct ifreq* aIfReq);
   245 IMPORT_C int _setdefaultif_r(int *aErrno, const struct ifreq* aIfReq);
   246 IMPORT_C int _unsetdefaultif_r(int *aErrno);
       
   247 
   246 
   248 IMPORT_C void *_memcpy_r(void *dst0, const void *src0, size_t length);
   247 IMPORT_C void *_memcpy_r(void *dst0, const void *src0, size_t length);
   249 IMPORT_C void *_memmove_r(void *dst0, const void *src0, size_t length);
   248 IMPORT_C void *_memmove_r(void *dst0, const void *src0, size_t length);
   250 
   249 
   251 #ifdef __cplusplus
   250 #ifdef __cplusplus