mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
(__xmknod): Add libc_hidden_def.
This commit is contained in:
parent
1d343348c1
commit
a42044dc37
@ -1,5 +1,5 @@
|
||||
/* xmknod call using old-style Unix mknod system call.
|
||||
Copyright (C) 1991, 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
Copyright (C) 1991,1993,1995,1996,1997,2002 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -45,3 +45,4 @@ __xmknod (int vers, const char *path, mode_t mode, dev_t *dev)
|
||||
}
|
||||
|
||||
weak_alias (__xmknod, _xmknod)
|
||||
libc_hidden_def (__xmknod)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* xmknod call using old-style Unix mknod system call.
|
||||
Copyright (C) 1991, 93, 95, 96, 97, 98, 00 Free Software Foundation, Inc.
|
||||
Copyright (C) 1991,93,95,96,97,98,00,2002 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -49,3 +49,4 @@ __xmknod (int vers, const char *path, mode_t mode, dev_t *dev)
|
||||
}
|
||||
|
||||
weak_alias (__xmknod, _xmknod)
|
||||
libc_hidden_def (__xmknod)
|
||||
|
Loading…
Reference in New Issue
Block a user