usr/src/lib/libc/port/regex/glob.c
changeset 2552 04b007b7b43f
parent 1219 f89f56c2d9ac
child 6812 febeba71273d
equal deleted inserted replaced
2551:3b077b6c1476 2552:04b007b7b43f
     1 /*
     1 /*
     2  * CDDL HEADER START
     2  * CDDL HEADER START
     3  *
     3  *
     4  * The contents of this file are subject to the terms of the
     4  * The contents of this file are subject to the terms of the
     5  * Common Development and Distribution License, Version 1.0 only
     5  * Common Development and Distribution License (the "License").
     6  * (the "License").  You may not use this file except in compliance
     6  * You may not use this file except in compliance with the License.
     7  * with the License.
       
     8  *
     7  *
     9  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
     8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
    10  * or http://www.opensolaris.org/os/licensing.
     9  * or http://www.opensolaris.org/os/licensing.
    11  * See the License for the specific language governing permissions
    10  * See the License for the specific language governing permissions
    12  * and limitations under the License.
    11  * and limitations under the License.
    43  *
    42  *
    44  * Copyright 1985, 1991 by Mortice Kern Systems Inc.  All rights reserved.
    43  * Copyright 1985, 1991 by Mortice Kern Systems Inc.  All rights reserved.
    45  *
    44  *
    46  * Written by Eric Gisin.
    45  * Written by Eric Gisin.
    47  */
    46  */
       
    47 
       
    48 #pragma	weak glob = _glob
       
    49 #pragma	weak globfree = _globfree
    48 
    50 
    49 #include "synonyms.h"
    51 #include "synonyms.h"
    50 #include <stdio.h>
    52 #include <stdio.h>
    51 #include <unistd.h>
    53 #include <unistd.h>
    52 #include <limits.h>
    54 #include <limits.h>