Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2002-04-02  Jakub Jelinek  <[email protected]>

	* inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
	* inet/ether_hton.c (__nss_ethers_lookup): Likewise.
	* inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
	* sunrpc/netname.c (__nss_publickey_lookup): Likewise.
	* sunrpc/publickey.c (__nss_publickey_lookup): Likewise.

2002-03-30  Jakub Jelinek  <[email protected]>

	* elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
	dynamic tags.

2002-03-29  Jakub Jelinek  <[email protected]>

	* sysdeps/i386/fpu/s_fabs.S: New file.
	* sysdeps/i386/fpu/s_fabsf.S: New file.
	* sysdeps/i386/fpu/s_fabsl.S: New file.
	* sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
	* sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
	* sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.

2002-04-02  Ulrich Drepper  <[email protected]>

	* rt/tst-shm.c (do_test): Add one more test for size of shared
	memory object.

2002-03-29  Wolfram Gloger  <[email protected]>

	* malloc/malloc.c: Add short description and prototypes for
	malloc_get_state, malloc_set_state and posix_memalign, for
	consistency and to avoid warnings with -Wstrict-prototypes.
	Reported by Andreas Jaeger <[email protected]>.

2002-04-02  Ulrich Drepper  <[email protected]>

	* po/gl.po: Update from translation team.
  • Loading branch information
Ulrich Drepper committed Apr 3, 2002
1 parent 6209769 commit f7ddf3d
Show file tree
Hide file tree
Showing 16 changed files with 444 additions and 453 deletions.
38 changes: 38 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
2002-04-02 Jakub Jelinek <[email protected]>

* inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
* inet/ether_hton.c (__nss_ethers_lookup): Likewise.
* inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
* sunrpc/netname.c (__nss_publickey_lookup): Likewise.
* sunrpc/publickey.c (__nss_publickey_lookup): Likewise.

2002-03-30 Jakub Jelinek <[email protected]>

* elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
dynamic tags.

2002-03-29 Jakub Jelinek <[email protected]>

* sysdeps/i386/fpu/s_fabs.S: New file.
* sysdeps/i386/fpu/s_fabsf.S: New file.
* sysdeps/i386/fpu/s_fabsl.S: New file.
* sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
* sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
* sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.

2002-04-02 Ulrich Drepper <[email protected]>

* rt/tst-shm.c (do_test): Add one more test for size of shared
memory object.

2002-03-29 Wolfram Gloger <[email protected]>

* malloc/malloc.c: Add short description and prototypes for
malloc_get_state, malloc_set_state and posix_memalign, for
consistency and to avoid warnings with -Wstrict-prototypes.
Reported by Andreas Jaeger <[email protected]>.

2002-04-02 Ulrich Drepper <[email protected]>

* po/gl.po: Update from translation team.

2002-03-31 Roland McGrath <[email protected]>

* hurd/hurdselect.c (_hurd_select): Fix
Expand Down
2 changes: 0 additions & 2 deletions elf/dynamic-link.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ elf_get_dynamic_info (struct link_map *l)
else if ((Elf32_Word) DT_ADDRTAGIDX (dyn->d_tag) < DT_ADDRNUM)
info[DT_ADDRTAGIDX (dyn->d_tag) + DT_NUM + DT_THISPROCNUM
+ DT_VERSIONTAGNUM + DT_EXTRANUM + DT_VALNUM] = dyn;
else
assert (! "bad dynamic tag");
++dyn;
}
#ifndef DL_RO_DYN_SECTION
Expand Down
4 changes: 2 additions & 2 deletions inet/ether_hton.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 1996, 1999 Free Software Foundation, Inc.
/* Copyright (C) 1996, 1999, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1996.
Expand Down Expand Up @@ -30,7 +30,7 @@ typedef int (*lookup_function) (const char *, struct etherent *, char *, int,

/* The lookup function for the first entry of this service. */
extern int __nss_ethers_lookup (service_user **nip, const char *name,
void **fctp);
void **fctp) internal_function;


int
Expand Down
4 changes: 2 additions & 2 deletions inet/ether_ntoh.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
/* Copyright (C) 1996, 1997, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1996.
Expand Down Expand Up @@ -31,7 +31,7 @@ typedef int (*lookup_function) (const struct ether_addr *, struct etherent *,

/* The lookup function for the first entry of this service. */
extern int __nss_ethers_lookup (service_user **nip, const char *name,
void **fctp);
void **fctp) internal_function;


int
Expand Down
2 changes: 1 addition & 1 deletion inet/getnetgrent_r.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static struct __netgrent dataset;

/* The lookup function for the first entry of this service. */
extern int __nss_netgroup_lookup (service_user **nip, const char *name,
void **fctp);
void **fctp) internal_function;


/* Set up NIP to run through the services. If ALL is zero, use NIP's
Expand Down
33 changes: 33 additions & 0 deletions malloc/malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,39 @@ void public_mSTATs(void);
void public_mSTATs();
#endif

/*
malloc_get_state(void);
Returns the state of all malloc variables in an opaque data
structure.
*/
#if __STD_C
Void_t* public_gET_STATe(void);
#else
Void_t* public_gET_STATe();
#endif

/*
malloc_set_state(Void_t* state);
Restore the state of all malloc variables from data obtained with
malloc_get_state().
*/
#if __STD_C
int public_sET_STATe(Void_t*);
#else
int public_sET_STATe();
#endif

#ifdef _LIBC
/*
posix_memalign(void **memptr, size_t alignment, size_t size);
POSIX wrapper like memalign(), checking for validity of size.
*/
int __posix_memalign(void **, size_t, size_t);
#endif

/* mallopt tuning options */

/*
Expand Down
Loading

0 comments on commit f7ddf3d

Please sign in to comment.