summaryrefslogtreecommitdiffstats
path: root/runtime/user/copy.c
blob: 2186aa59d80b468e3392ec43cfa25b64df7fc863 (plain)
1
2
3
4
5
6
7
long
_stp_strncpy_from_user(char *dst, const char __user *src, long count)
{
  return 0;
}

void __get_user_4(void) {};