diff options
Diffstat (limited to 'src/signal/sig_atomic_t.c')
| -rw-r--r-- | src/signal/sig_atomic_t.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/signal/sig_atomic_t.c b/src/signal/sig_atomic_t.c deleted file mode 100644 index c881018c..00000000 --- a/src/signal/sig_atomic_t.c +++ /dev/null @@ -1,12 +0,0 @@ -typedef volatile int sig_atomic_t; - -/** non-interruptible type **/ - -/*** -is a type of object that can be used atomically even in the presence of interrupts. -***/ - -/* -TYPEDEF(integer) -STDC(1) -*/ |
