Fix copy & paste error: Use memchr instead of memrchr.

This commit is contained in:
Andreas Jaeger 2000-07-18 08:36:16 +00:00
parent c6df09adf2
commit 24b6996e25

View File

@ -201,4 +201,4 @@ __memchr (s, c_in, n)
return 0; return 0;
} }
weak_alias (__memrchr, BP_SYM (memrchr)) weak_alias (__memchr, BP_SYM (memchr))