diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-25 03:26:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-25 03:26:16 +0000 |
commit | 29514aade72d8a96937326a87bfe994f85896d94 (patch) | |
tree | 69677fda0bff76d3640a831244185e79752b8091 /sysdeps/mach | |
parent | 160bb4094514b41e70a4701235fb622c0061442b (diff) | |
download | glibc-29514aade72d8a96937326a87bfe994f85896d94.tar.gz glibc-29514aade72d8a96937326a87bfe994f85896d94.tar.xz glibc-29514aade72d8a96937326a87bfe994f85896d94.zip |
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
__libc_write, __libc_lseek64, to ... (ld: GLIBC_PRIVATE): ... here.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/Versions | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions index 53904b1465..a05003b82d 100644 --- a/sysdeps/mach/hurd/Versions +++ b/sysdeps/mach/hurd/Versions @@ -16,12 +16,15 @@ ld { __hurd_threadvar_stack_mask; __hurd_threadvar_stack_offset; # functions that must be shared with libc - __close; __fxstat64; __getcwd; __getpid; __libc_read; __libc_write; - __libc_lseek64; __mmap; __open; __xstat64; __fxstat64; + __close; __getcwd; __getpid; + __mmap; __open; __xstat64; __fxstat64; _exit; _hurd_intr_rpc_mach_msg; abort; } GLIBC_PRIVATE { _dl_init_first; + + # functions that must be shared with libc + __libc_read; __libc_write; __libc_lseek64; } } |