1OBSOLETE(2) Linux Programmer's Manual OBSOLETE(2)
2
3
4
6 oldfstat, oldlstat, oldstat, oldolduname, olduname - obsolete system
7 calls
8
10 Obsolete system calls.
11
13 The Linux 2.0 kernel implements these calls to support old executables.
14 These calls return structures which have grown since their first impleā
15 mentation, but old executables must continue to receive old smaller
16 structures.
17
18 Current executables should be linked with current libraries and never
19 use these calls.
20
22 These calls are unique to Linux and should not be used at all in new
23 programs.
24
26 fstat(2), lstat(2), stat(2), uname(2), unimplemented(2)
27
28
29
30Linux 2.0 1995-07-22 OBSOLETE(2)