52cf7d345d
* misc/libgen.h: Don't take basename macro as taking arguments. * sysdeps/arm/bits/huge_val.h: Use hexadecimal floating-point constants for gcc >= 2.95. * sysdeps/i386/bits/huge_val.h: Likewise. * sysdeps/i386/bits/huge_val.h: Likewise. * sysdeps/ieee754/bits/huge_val.h: Likewise. * sysdeps/m68k/bits/huge_val.h: Likewise. * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: Likewise. * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: Likewise.
27 lines
611 B
Plaintext
27 lines
611 B
Plaintext
#ifndef ISO
|
|
constant C_IRUSR 0000400
|
|
constant C_IWUSR 0000200
|
|
constant C_IXUSR 0000100
|
|
constant C_IRGRP 0000040
|
|
constant C_IWGRP 0000020
|
|
constant C_IXGRP 0000010
|
|
constant C_IROTH 0000004
|
|
constant C_IWOTH 0000002
|
|
constant C_IXOTH 0000001
|
|
constant C_ISUID 0004000
|
|
constant C_ISGID 0002000
|
|
constant C_ISVTX 0001000
|
|
constant C_ISDIR 0040000
|
|
constant C_ISFIFO 0010000
|
|
constant C_ISREG 0100000
|
|
constant C_ISBLK 0060000
|
|
constant C_ISCHR 0020000
|
|
constant C_ISCTG 0110000
|
|
constant C_ISLNK 0120000
|
|
constant C_ISSOCK 0140000
|
|
# XXX We should be able to test a constant string content here.
|
|
constant MAGIC
|
|
|
|
allow *_t
|
|
#endif
|