Ignore:
Timestamp:
2018-09-13T12:05:53Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/include/posix/signal.h

    rb2aaaa0 r09ab0a9a  
    5252#define SIG_IGN ((void (*)(int)) __posix_ignore_signal_handler)
    5353
    54 
    5554typedef struct {
    5655        int si_signo;
     
    7574        void (*sa_sigaction)(int, siginfo_t *, void *);
    7675};
    77 
    7876
    7977/* Values of sigevent::sigev_notify */
     
    247245    sigset_t *__restrict__ oset);
    248246
    249 
    250247#endif /* POSIX_SIGNAL_H_ */
    251248
Note: See TracChangeset for help on using the changeset viewer.