mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
timespec is in <time.h>.
This commit is contained in:
parent
c0f9cb02b8
commit
ad9dd14dbe
@ -1,5 +1,5 @@
|
||||
/* Definitions for POSIX 1003.1b-1993 (aka POSIX.4) scheduling interface.
|
||||
Copyright (C) 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -24,7 +24,9 @@
|
||||
|
||||
/* Get type definitions. */
|
||||
#include <gnu/types.h>
|
||||
#include <sys/time.h> /* for struct timespec */
|
||||
|
||||
#define __need_timespec
|
||||
#include <time.h>
|
||||
|
||||
/* Get system specific constant and data structure definitions. */
|
||||
#include <schedbits.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user