abs(), utimes()
Lawrence V. Cipriani
lvc at tut.cis.ohio-state.edu
Mon Apr 11 00:37:30 AEST 1988
In article <10992 at mimsy.UUCP>, chris at mimsy.UUCP (Chris Torek) writes:
>
> Your argument about the utimes() syscall is incorrect, though:
>
These are the definitions I had in mind when I wrote the previous note:
struct utimbuf /* used in some system call */
{
time_t actime;
time_t modtime;
};
union semun /* used with semaphore stuff */
{
int val;
struct semid_ds *sembuf;
ushort *array;
};
They aren't in any standard UNIX System V Release 2 header file on
my 3B5 or 3B15.
--
Larry Cipriani, AT&T Network Systems and Ohio State University
Domain: lvc at tut.cis.ohio-state.edu
Path: ...!cbosgd!osu-cis!tut.cis.ohio-state.edu!lvc (weird but right)
More information about the Comp.lang.c
mailing list