diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-18 00:50:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-18 00:50:52 +0000 |
commit | 285a3eee46e60a9dde6275bc1714546150492da4 (patch) | |
tree | 5828d082183d75b0f7e860a41931100e1e252be4 /ChangeLog | |
parent | c43b8c4bea7980e6830d5ecfbc301fb5cd89dec5 (diff) | |
download | glibc-285a3eee46e60a9dde6275bc1714546150492da4.tar.gz glibc-285a3eee46e60a9dde6275bc1714546150492da4.tar.xz glibc-285a3eee46e60a9dde6275bc1714546150492da4.zip |
* sysdeps/unix/sysv/linux/statbuf.h (_STAT_VER_LINUX,
_STAT_VER_SVR4, _STAT_VER): New macros. (_MKNOD_VER_LINUX, _MKNOD_VER_SVR4, _MKNOD_VER): New macros. * sysdeps/unix/sysv/sysv4/i386/statbuf.h (_STAT_VER, _MKNOD_VER): New macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ec92ce9df5..8f68509bc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ Wed Jan 17 11:04:58 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * sysdeps/unix/sysv/linux/statbuf.h (_STAT_VER_LINUX, + _STAT_VER_SVR4, _STAT_VER): New macros. + (_MKNOD_VER_LINUX, _MKNOD_VER_SVR4, _MKNOD_VER): New macros. + + * sysdeps/unix/sysv/sysv4/i386/statbuf.h (_STAT_VER, _MKNOD_VER): + New macros. + * io/sys/stat.h (_STAT_VER, _MKNOD_VER): New macros. (__xstat, __fxstat, __lxstat, __xmknod): Declare new functions. [__GNUC__] (stat, fstat, lstat, mknod): Define these (and __ names) |