mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
2000-08-23 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/dl-osinfo.h: Include "kernel-features.h", otherwise __LINUX_KERNEL_VERSION might not be defined. (MIN): Define if not already defined.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2000-08-23 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/dl-osinfo.h: Include "kernel-features.h",
|
||||||
|
otherwise __LINUX_KERNEL_VERSION might not be defined.
|
||||||
|
(MIN): Define if not already defined.
|
||||||
|
|
||||||
2000-08-22 Ulrich Drepper <drepper@redhat.com>
|
2000-08-22 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* stdio-common/vfprintf.c: Handle %F format.
|
* stdio-common/vfprintf.c: Handle %F format.
|
||||||
|
@@ -18,6 +18,11 @@
|
|||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
|
#include "kernel-features.h"
|
||||||
|
|
||||||
|
#ifndef MIN
|
||||||
|
# define MIN(a,b) (((a)<(b))?(a):(b))
|
||||||
|
#endif
|
||||||
|
|
||||||
/* There is no prototype for __sysctl in that file. */
|
/* There is no prototype for __sysctl in that file. */
|
||||||
extern int __sysctl (int *name, int nlen, void *oldval,
|
extern int __sysctl (int *name, int nlen, void *oldval,
|
||||||
|
Reference in New Issue
Block a user