summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/sigprocmask.c
Commit message (Collapse)AuthorAgeFilesLines
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-0/+4
| | | | | | | things, and avoid potential deadlocks caused when a thread holding a uClibc internal lock get canceled and terminates without releasing the lock. This change also provides a single place, bits/uClibc_mutex.h, for thread libraries to modify to change all instances of internal locking.
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-14/+14
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-3/+4
| | | | missing headers, other jump relocs removed
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+4
|
* change __rt_sigprocmask to static inlinePeter S. Mazinger2005-11-301-0/+1
|
* eat whitespaceMike Frysinger2005-08-081-1/+0
|
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
|
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+63
-Erik