Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / listati / sigevent.h
index 28a8303a0360a650afd71f9d6a7209ca80cd63c6..1e0ba121b6cf23cfa02bb38c0cd0bacd72a20675 100644 (file)
@@ -4,9 +4,9 @@ struct sigevent {
     union sigval sigev_value;     /* Value accompanying signal or
                                      passed to thread function */
     /* Function used for thread notifications (SIGEV_THREAD) */
-    void       (*sigev_notify_function) (union sigval);                   
+    void         (*sigev_notify_function) (union sigval);                   
     /* Attributes for notification thread (SIGEV_THREAD) */
-    void        *sigev_notify_attributes;
+    void         *sigev_notify_attributes;
     /* ID of thread to signal (SIGEV_THREAD_ID) */
     pid_t        sigev_notify_thread_id;
 };