mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 02:23:41 +08:00
Update to FreeBSD head 2016-08-23
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
This commit is contained in:
@@ -63,12 +63,18 @@
|
||||
#define CLOCK_MONOTONIC_FAST CLOCK_MONOTONIC
|
||||
#endif
|
||||
|
||||
#ifndef CLOCK_REALTIME_FAST
|
||||
#define CLOCK_REALTIME_FAST CLOCK_REALTIME
|
||||
#endif
|
||||
|
||||
#ifndef CLOCK_UPTIME
|
||||
#define CLOCK_UPTIME CLOCK_MONOTONIC
|
||||
#endif
|
||||
|
||||
#define SIZE_T_MAX SIZE_MAX
|
||||
|
||||
#define __libc_sigprocmask(a, b, c) sigprocmask(a, b, c)
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/* FIXME: Add to Newlib */
|
||||
|
Reference in New Issue
Block a user