Changeset 8eaf136d in rtems


Ignore:
Timestamp:
01/10/19 10:35:12 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
dc0285f
Parents:
7bde91b
git-author:
Sebastian Huber <sebastian.huber@…> (01/10/19 10:35:12)
git-committer:
Sebastian Huber <sebastian.huber@…> (01/10/19 10:35:38)
Message:

memalign: Add missing attributes to fix warning

Update #3666.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libcsupport/src/alignedalloc.c

    r7bde91b r8eaf136d  
    3939}
    4040
    41 void *memalign( size_t, size_t ) RTEMS_ALIAS( aligned_alloc );
     41void *memalign( size_t, size_t ) RTEMS_ALIAS( aligned_alloc ) __malloc_like
     42  __alloc_align(1) __alloc_size(2) __result_use_check
     43  __attribute__((__nothrow__));
Note: See TracChangeset for help on using the changeset viewer.