mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
1999-11-18 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/linux_fsinfo.h: Sorted entries and added comments. * sysdeps/unix/sysv/linux/getpt.c: Include linux_fsinfo.h instead of defining *_SUPER_MAGIC. * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
This commit is contained in:
@ -24,11 +24,7 @@
|
||||
#include <paths.h>
|
||||
#include <sys/statfs.h>
|
||||
|
||||
/* Constant that identifies the `devpts' filesystem. */
|
||||
#define DEVPTS_SUPER_MAGIC 0x1cd1
|
||||
|
||||
/* Constant that identifies the `devfs' filesystem. */
|
||||
#define DEVFS_SUPER_MAGIC 0x1373
|
||||
#include "linux_fsinfo.h"
|
||||
|
||||
/* Path to the master pseudo terminal cloning device. */
|
||||
#define _PATH_DEVPTMX _PATH_DEV "ptmx"
|
||||
|
Reference in New Issue
Block a user