Changeset aefdccd in mainline for uspace/lib/c/include/math.h


Ignore:
Timestamp:
2025-10-20T06:14:54Z (7 weeks ago)
Author:
GitHub <noreply@…>
Parents:
adbd7e1 (diff), 3e41cc4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
boba-buba <120932204+boba-buba@…> (2025-10-20 06:14:54)
git-committer:
GitHub <noreply@…> (2025-10-20 06:14:54)
Message:

Merge branch 'HelenOS:master' into ticket/packet-capture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/math.h

    radbd7e1 raefdccd  
    11/*
     2 * Copyright (c) 2025 Jiri Svoboda
    23 * Copyright (c) 2018 CZ.NIC, z.s.p.o.
    34 * All rights reserved.
     
    3031#define _MATH_H
    3132
     33#include <_bits/decls.h>
    3234#include <limits.h>
    3335#include <stddef.h>
    3436#include <float.h>
     37
     38__C_DECLS_BEGIN;
    3539
    3640#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_HELENOS_SOURCE)
     
    322326#endif
    323327
     328__C_DECLS_END;
     329
    324330#endif /* _MATH_H */
Note: See TracChangeset for help on using the changeset viewer.