Browse Source

add hidden proto for memset as pointed out by Peter S. Mazinger

Mike Frysinger 19 years ago
parent
commit
9205626478
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/common/sigqueue.c

+ 1 - 0
libc/sysdeps/linux/common/sigqueue.c

@@ -25,6 +25,7 @@
 
 
 libc_hidden_proto(getpid)
 libc_hidden_proto(getpid)
 libc_hidden_proto(getuid)
 libc_hidden_proto(getuid)
+libc_hidden_proto(memset)
 
 
 #ifdef __NR_rt_sigqueueinfo
 #ifdef __NR_rt_sigqueueinfo