(__xmknod): Add libc_hidden_def.

This commit is contained in:
Ulrich Drepper 2002-08-04 09:23:46 +00:00
parent 1d343348c1
commit a42044dc37
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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)