Browse Source

* string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__.

* string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__.
cvs/glibc-2-2-branch
Greg McGary 26 years ago
parent
commit
7c90419b8f
  1. 2
      ChangeLog
  2. 2
      string/bits/string2.h

2
ChangeLog

@ -1,5 +1,7 @@
2000-06-26 Greg McGary <greg@mcgary.org> 2000-06-26 Greg McGary <greg@mcgary.org>
* string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__.
* sysdeps/unix/sysv/linux/syscalls.list: Add missing signatures. * sysdeps/unix/sysv/linux/syscalls.list: Add missing signatures.
Remove clock_* and timer_* entries. Remove clock_* and timer_* entries.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Replace * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Replace

2
string/bits/string2.h

@ -22,7 +22,7 @@
# error "Never use <bits/string2.h> directly; include <string.h> instead." # error "Never use <bits/string2.h> directly; include <string.h> instead."
#endif #endif
#ifndef __NO_STRING_INLINES #if !defined __NO_STRING_INLINES && !__BOUNDED_POINTERS__
/* Unlike the definitions in the header <bits/string.h> the /* Unlike the definitions in the header <bits/string.h> the
definitions contained here are not optimized down to assembler definitions contained here are not optimized down to assembler

Loading…
Cancel
Save