Changeset 865b3027 in rtems for testsuites


Ignore:
Timestamp:
01/29/18 12:53:13 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
9819425
Parents:
bc96f3b4
git-author:
Sebastian Huber <sebastian.huber@…> (01/29/18 12:53:13)
git-committer:
Sebastian Huber <sebastian.huber@…> (01/29/18 12:53:55)
Message:

Avoid Newlib-specific _EXFUN()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtests/psxhdrs/unistd/ualarm.c

    rbc96f3b4 r865b3027  
    1515#endif
    1616
    17 #include <signal.h>
     17#include <unistd.h>
    1818
    19 /* FIXME: POSIX.1-2001 marks ualarm() as obsolete.
    20  * POSIX.1-2008 removes the specification of ualarm(). */
    21 
    22 useconds_t _EXFUN(ualarm, (useconds_t __useconds, useconds_t __interval));
    2319int test( void );
    2420
Note: See TracChangeset for help on using the changeset viewer.