Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels.
[glibc.git] / include / sys / prctl.h
blob316f454c1c62c0702c034e423aca8cafa131cb34
1 #ifndef _SYS_PRCTL_H
2 #include_next <sys/prctl.h>
4 extern int __prctl (int __option, ...);
6 #endif