mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
* bp-checks.h: Remove bogus reference to GNU MP in copyright notice.
* bp-semctl.h: Likewise. * bp-start.h: Likewise. * bp-sym.h: Likewise. * bp-thunks.h: Likewise. Include <stdio.h> to get rename prototype. 2000-09-14 Greg McGary <greg@mcgary.org> * bp-checks.h: Remove bogus reference to GNU MP in copyright notice. * bp-semctl.h: Likewise. * bp-start.h: Likewise. * bp-sym.h: Likewise. * bp-thunks.h: Likewise. Include <stdio.h> to get rename prototype.
This commit is contained in:
parent
56b2223e32
commit
7ca5d0dcb3
@ -1,3 +1,11 @@
|
||||
2000-09-14 Greg McGary <greg@mcgary.org>
|
||||
|
||||
* bp-checks.h: Remove bogus reference to GNU MP in copyright notice.
|
||||
* bp-semctl.h: Likewise.
|
||||
* bp-start.h: Likewise.
|
||||
* bp-sym.h: Likewise.
|
||||
* bp-thunks.h: Likewise. Include <stdio.h> to get rename prototype.
|
||||
|
||||
2000-09-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* io/test-lfs.c (do_test): Allow stat64() to return EOVERFLOW and
|
||||
|
@ -1,10 +1,8 @@
|
||||
/* Bounded-pointer checking macros for C.
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Greg McGary <greg@mcgary.org>
|
||||
|
||||
This file is part of the GNU C Library. Its master source is NOT part of
|
||||
the C library, however. The master source lives in the GNU MP Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
published by the Free Software Foundation; either version 2 of the
|
||||
|
@ -1,10 +1,8 @@
|
||||
/* Bounded-pointer checking macros for C.
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Greg McGary <greg@mcgary.org>
|
||||
|
||||
This file is part of the GNU C Library. Its master source is NOT part of
|
||||
the C library, however. The master source lives in the GNU MP Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
published by the Free Software Foundation; either version 2 of the
|
||||
|
@ -1,5 +1,7 @@
|
||||
/* Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
/* Bounded-pointer checking macros for C.
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Greg McGary <greg@mcgary.org>
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
|
@ -1,10 +1,8 @@
|
||||
/* Bounded-pointer symbol modifier.
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Greg McGary <greg@mcgary.org>
|
||||
|
||||
This file is part of the GNU C Library. Its master source is NOT part of
|
||||
the C library, however. The master source lives in the GNU MP Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
published by the Free Software Foundation; either version 2 of the
|
||||
|
@ -1,10 +1,8 @@
|
||||
/* Bounded-pointer syscall thunk support.
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Greg McGary <greg@mcgary.org>
|
||||
|
||||
This file is part of the GNU C Library. Its master source is NOT part of
|
||||
the C library, however. The master source lives in the GNU MP Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
published by the Free Software Foundation; either version 2 of the
|
||||
@ -43,6 +41,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
#include <utime.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user