Skip to content
Commit 28a4ca67 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

libc/signal and include/signal.h: Rename sigset() to signal(). sigset() is...

libc/signal and include/signal.h: Rename sigset() to signal().  sigset() is the System V function; signal() is the obsoleted POSIX name.  These seem to be equivalent.  Neither are relevant in modern POSIX programming but the name signal() probably has better credentials.  sigset() is now relegated to a #define in signal.h that makes it equivalent to signal().
parent 502ac79e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment