diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-10 20:45:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-10 20:45:28 +0000 |
commit | bb967344eecf33050557d1321d37d4135d1a66bb (patch) | |
tree | 317a70e3c77badd72b3b6b5391e816d38fac1162 /misc/Versions | |
parent | d02837bc17d14d8399fcb828ceedb48200539b09 (diff) | |
download | glibc-bb967344eecf33050557d1321d37d4135d1a66bb.tar glibc-bb967344eecf33050557d1321d37d4135d1a66bb.tar.gz glibc-bb967344eecf33050557d1321d37d4135d1a66bb.tar.bz2 glibc-bb967344eecf33050557d1321d37d4135d1a66bb.zip |
Update.
1998-07-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Make-dist (+sysdep-tsrcs): Add Versions.
1998-07-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* math/Versions: Remove __log1p, __atan2, __fe_dfl_env,
__fe_enabled_env, __fe_nonieee_env and __fe_nomask_env.
* sysdeps/powerpc/Versions: New file.
* csu/Versions: Remove brk, sbrk, environ, __environ, _environ
and __errno_location.
* misc/Versions: Add brk and sbrk.
* posix/Versions: Add environ, __environ and _environ.
* sysdeps/unix/sysv/linux/Versions: Add __errno_location.
1998-07-10 11:58 Ulrich Drepper <drepper@cygnus.com>
* Makerules [no_defs]: Avoid dependency for loading sysd-versions.
Patch by Zack Weinberg.
1998-07-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* posix/annexc.c (errno_maybe): EACCESS->EACCES.
(signal_maybe): Remove duplicate entry SIGEV_SIGNAL.
(mman_maybe): Remove duplicates MS_ASYNC, MS_INVALIDATE.
* signal/signal.h: Define pid_t also for __USE_XOPEN.
Diffstat (limited to 'misc/Versions')
-rw-r--r-- | misc/Versions | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/Versions b/misc/Versions index abde3e713c..1302c9dcd9 100644 --- a/misc/Versions +++ b/misc/Versions @@ -23,6 +23,9 @@ libc { # a* acct; addmntent; advance; + # b* + brk; + # c* chflags; chroot; closelog; @@ -70,7 +73,7 @@ libc { readv; remque; revoke; # s* - select; setdomainname; setfsent; sethostent; sethostid; sethostname; + sbrk; select; setdomainname; setfsent; sethostent; sethostid; sethostname; setlogmask; setmntent; setregid; setreuid; setttyent; setusershell; sstk; stty; sync; syscall; syslog; |