summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/sigqueue.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* drop the __sigqueue symbol for nowMike Frysinger2006-06-081-2/+2
|
* add hidden proto for memset as pointed out by Peter S. MazingerMike Frysinger2006-06-071-0/+1
|
* import sigqueueinfo() from glibcMike Frysinger2006-06-051-0/+52