/* * Obsolete system calls * * oldfstat, oldlstat, oldstat, oldolduname, olduname - obsolete system calls * * The Linux 2.0 kernel implements these calls to support old executables. * These calls return structures which have grown since their first * implementation, but old executables must continue to receive old smaller * structiues. * * Current executables shuld be linked with current libraries and neve use * these calls. * * These calls are unique to Linux and should not be used at all in new * programs. */