diff options
author | craigm <none@none> | 2006-08-15 14:28:22 -0700 |
---|---|---|
committer | craigm <none@none> | 2006-08-15 14:28:22 -0700 |
commit | 64e3e6f9b3dab76d6b2407a88555c745b7fea73c (patch) | |
tree | 96919dfd961e345adf5f3699c13b8fddc17b8a9d /usr/src/lib/libc/port/regex/glob.c | |
parent | e6eefa9cced2febbf8f9b26ca86e91bdadb8858d (diff) | |
download | illumos-gate-64e3e6f9b3dab76d6b2407a88555c745b7fea73c.tar.gz |
PSARC 2006/445 Generic 32-bit/64-bit symbolic links for ucblib libraries
1174853 Unknown external functions in 5.4 /usr/lib/libc.so: What is "glob"?
5084403 /usr/ucblib needs to ship with 32/64 symlinks
Diffstat (limited to 'usr/src/lib/libc/port/regex/glob.c')
-rw-r--r-- | usr/src/lib/libc/port/regex/glob.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/lib/libc/port/regex/glob.c b/usr/src/lib/libc/port/regex/glob.c index 936c1e78d8..24367d797d 100644 --- a/usr/src/lib/libc/port/regex/glob.c +++ b/usr/src/lib/libc/port/regex/glob.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -46,6 +45,9 @@ * Written by Eric Gisin. */ +#pragma weak glob = _glob +#pragma weak globfree = _globfree + #include "synonyms.h" #include <stdio.h> #include <unistd.h> |